Html Css Color HEX #CCD594 Deco

📋 copy color: '#CCD594'

red 204 ◦ green 213 ◦ blue 148

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

Shades of Deco #CCD594

Tints of Deco #CCD594

RGB

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

 GREEN value IS 213 (83.59% from 255) = 37.7%

 BLUE value IS 148 (58.2% from 255) = 26.19%

R = 36.11%
G = 37.7%
B = 26.19%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#CCD594 (or 0xCCD594) is known color: Deco. HEX triplet: CC, D5 and 94. RGB value is (204,213,148). Sum of RGB (Red+Green+Blue) = 204+213+148=565 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.11% from 565); Green value is 213 (83.59% from 255 or 37.70% from 565); Blue value is 148 (58.20% from 255 or 26.19% from 565); Max value from RGB is 213 - color contains mainly: green. Hex color #CCD594 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD594 is #332A6B. Grayscale: #CBCBCB. Windows color (decimal): -3353196 or 9754060. OLE color: 9754060.

HSL color Cylindrical-coordinate representation of color #CCD594: hue angle of 68.31º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CCD594 is Cyan = 0.04, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB 204 213 148 -
CMYK 0.04 0 0.31 0.16
HSL 68.31º 0.44% 0.71% -
HSV(B) 68.31º 0.31% 0.84% -
XYZ 54.04 62.56 37.24 -
YUV 202.9 97.02 128.79 -
System Red Green Blue C M Y K H S L
Decimal 204 213 148 0.04 0 0.31 0.16 68.31 0.44 0.71
Hex CC D5 94 4 0 1F 10 44 2C 47
Octal 314 325 224 4 0 37 20 104 54 107
Binary 11001100 11010101 10010100 100 0 11111 10000 1000100 101100 1000111

Color Harmonies of #CCD594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD594

Black with #CCD594

Text Example


Text Example

White with #CCD594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD594; }

 p { color: rgb(204,213,148); }

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

background-color css

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

 a { background-color: rgb(204,213,148); }

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

border-color css

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

 span { border-color: rgb(204,213,148); }

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