Html Css Color HEX #CCD090 Deco

📋 copy color: '#CCD090'

red 204 ◦ green 208 ◦ blue 144

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

Shades of Deco #CCD090

Tints of Deco #CCD090

RGB

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

 GREEN value IS 208 (81.64% from 255) = 37.41%

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

R = 36.69%
G = 37.41%
B = 25.9%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#CCD090 (or 0xCCD090) is known color: Deco. HEX triplet: CC, D0 and 90. RGB value is (204,208,144). Sum of RGB (Red+Green+Blue) = 204+208+144=556 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.69% from 556); Green value is 208 (81.64% from 255 or 37.41% from 556); Blue value is 144 (56.64% from 255 or 25.90% from 556); Max value from RGB is 208 - color contains mainly: green. Hex color #CCD090 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD090 is #332F6F. Grayscale: #C7C7C7. Windows color (decimal): -3354480 or 9490636. OLE color: 9490636.

HSL color Cylindrical-coordinate representation of color #CCD090: hue angle of 63.75º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CCD090 is Cyan = 0.02, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.18.

Color convert

RGB 204 208 144 -
CMYK 0.02 0 0.31 0.18
HSL 63.75º 0.41% 0.69% -
HSV(B) 63.75º 0.31% 0.82% -
XYZ 52.49 59.96 35.19 -
YUV 199.51 96.67 131.2 -
System Red Green Blue C M Y K H S L
Decimal 204 208 144 0.02 0 0.31 0.18 63.75 0.41 0.69
Hex CC D0 90 2 0 1F 12 40 29 45
Octal 314 320 220 2 0 37 22 100 51 105
Binary 11001100 11010000 10010000 10 0 11111 10010 1000000 101001 1000101

Color Harmonies of #CCD090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD090

Black with #CCD090

Text Example


Text Example

White with #CCD090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD090; }

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

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

background-color css

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

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

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

border-color css

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

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

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