Html Css Color HEX #CCD790 Deco

📋 copy color: '#CCD790'

red 204 ◦ green 215 ◦ blue 144

#CCD790
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deco #CCD790

Tints of Deco #CCD790

RGB

 RED value IS 204 (80.08% from 255) = 36.23%

 GREEN value IS 215 (84.38% from 255) = 38.19%

 BLUE value IS 144 (56.64% from 255) = 25.58%

R = 36.23%
G = 38.19%
B = 25.58%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.33

 K value IS 0.16

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CCD790 (or 0xCCD790) is known color: Deco. HEX triplet: CC, D7 and 90. RGB value is (204,215,144). Sum of RGB (Red+Green+Blue) = 204+215+144=563 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.23% from 563); Green value is 215 (84.38% from 255 or 38.19% from 563); Blue value is 144 (56.64% from 255 or 25.58% from 563); Max value from RGB is 215 - color contains mainly: green. Hex color #CCD790 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD790 is #33286F. Grayscale: #CBCBCB. Windows color (decimal): -3352688 or 9492428. OLE color: 9492428.

HSL color Cylindrical-coordinate representation of color #CCD790: hue angle of 69.3º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CCD790 is Cyan = 0.05, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB 204 215 144 -
CMYK 0.05 0 0.33 0.16
HSL 69.3º 0.47% 0.7% -
HSV(B) 69.3º 0.33% 0.84% -
XYZ 54.24 63.45 35.77 -
YUV 203.62 94.36 128.27 -
System Red Green Blue C M Y K H S L
Decimal 204 215 144 0.05 0 0.33 0.16 69.3 0.47 0.7
Hex CC D7 90 5 0 21 10 45 2F 46
Octal 314 327 220 5 0 41 20 105 57 106
Binary 11001100 11010111 10010000 101 0 100001 10000 1000101 101111 1000110

Color Harmonies of #CCD790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD790

Black with #CCD790

Text Example


Text Example

White with #CCD790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD790; }

 p { color: rgb(204,215,144); }

 H1.HeaderClassName
 {
   color: #CCD790;
 }
 .AnyTagClassName
 {
   color: #CCD790;
 }
</style>

background-color css

<style>
 a { background-color: #CCD790; }

 a { background-color: rgb(204,215,144); }

 div.DivClassName
 {
   background-color: #CCD790;
 }
 .BgClassName
 {
   background-color: #CCD790;
 }
</style>

border-color css

<style>
 span { border-color: #CCD790; }

 span { border-color: rgb(204,215,144); }

 td.TdClassName
 {
   border-color: #CCD790;
 }
 .TagClassName
 {
   border-color: #CCD790;
 }
</style>