Html Css Color HEX #CCD990 Deco

📋 copy color: '#CCD990'

red 204 ◦ green 217 ◦ blue 144

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

Shades of Deco #CCD990

Tints of Deco #CCD990

RGB

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

 GREEN value IS 217 (85.16% from 255) = 38.41%

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

R = 36.11%
G = 38.41%
B = 25.49%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#CCD990 (or 0xCCD990) is known color: Deco. HEX triplet: CC, D9 and 90. RGB value is (204,217,144). Sum of RGB (Red+Green+Blue) = 204+217+144=565 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.11% from 565); Green value is 217 (85.16% from 255 or 38.41% from 565); Blue value is 144 (56.64% from 255 or 25.49% from 565); Max value from RGB is 217 - color contains mainly: green. Hex color #CCD990 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD990 is #33266F. Grayscale: #CDCDCD. Windows color (decimal): -3352176 or 9492940. OLE color: 9492940.

HSL color Cylindrical-coordinate representation of color #CCD990: hue angle of 70.68º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CCD990 is Cyan = 0.06, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.15.

Color convert

RGB 204 217 144 -
CMYK 0.06 0 0.34 0.15
HSL 70.68º 0.49% 0.71% -
HSV(B) 70.68º 0.34% 0.85% -
XYZ 54.75 64.48 35.95 -
YUV 204.79 93.69 127.44 -
System Red Green Blue C M Y K H S L
Decimal 204 217 144 0.06 0 0.34 0.15 70.68 0.49 0.71
Hex CC D9 90 6 0 22 F 47 31 47
Octal 314 331 220 6 0 42 17 107 61 107
Binary 11001100 11011001 10010000 110 0 100010 1111 1000111 110001 1000111

Color Harmonies of #CCD990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD990

Black with #CCD990

Text Example


Text Example

White with #CCD990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD990; }

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

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

background-color css

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

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

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

border-color css

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

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

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