Html Css Color HEX #CCD591 Deco

📋 copy color: '#CCD591'

red 204 ◦ green 213 ◦ blue 145

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

Shades of Deco #CCD591

Tints of Deco #CCD591

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 25.8%

R = 36.3%
G = 37.9%
B = 25.8%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#CCD591 (or 0xCCD591) is known color: Deco. HEX triplet: CC, D5 and 91. RGB value is (204,213,145). Sum of RGB (Red+Green+Blue) = 204+213+145=562 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.30% from 562); Green value is 213 (83.59% from 255 or 37.90% from 562); Blue value is 145 (57.03% from 255 or 25.80% from 562); Max value from RGB is 213 - color contains mainly: green. Hex color #CCD591 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD591 is #332A6E. Grayscale: #CACACA. Windows color (decimal): -3353199 or 9557452. OLE color: 9557452.

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

Color convert

RGB 204 213 145 -
CMYK 0.04 0 0.32 0.16
HSL 67.94º 0.45% 0.7% -
HSV(B) 67.94º 0.32% 0.84% -
XYZ 53.81 62.47 36.01 -
YUV 202.56 95.52 129.03 -
System Red Green Blue C M Y K H S L
Decimal 204 213 145 0.04 0 0.32 0.16 67.94 0.45 0.7
Hex CC D5 91 4 0 20 10 44 2D 46
Octal 314 325 221 4 0 40 20 104 55 106
Binary 11001100 11010101 10010001 100 0 100000 10000 1000100 101101 1000110

Color Harmonies of #CCD591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD591

Black with #CCD591

Text Example


Text Example

White with #CCD591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD591; }

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

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

background-color css

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

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

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

border-color css

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

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

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