Html Css Color HEX #CCD395 Deco

📋 copy color: '#CCD395'

red 204 ◦ green 211 ◦ blue 149

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

Shades of Deco #CCD395

Tints of Deco #CCD395

RGB

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

 GREEN value IS 211 (82.81% from 255) = 37.41%

 BLUE value IS 149 (58.59% from 255) = 26.42%

R = 36.17%
G = 37.41%
B = 26.42%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.29

 K value IS 0.17

RGB Variations

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

Color information

#CCD395 (or 0xCCD395) is known color: Deco. HEX triplet: CC, D3 and 95. RGB value is (204,211,149). Sum of RGB (Red+Green+Blue) = 204+211+149=564 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.17% from 564); Green value is 211 (82.81% from 255 or 37.41% from 564); Blue value is 149 (58.59% from 255 or 26.42% from 564); Max value from RGB is 211 - color contains mainly: green. Hex color #CCD395 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD395 is #332C6A. Grayscale: #CACACA. Windows color (decimal): -3353707 or 9819084. OLE color: 9819084.

HSL color Cylindrical-coordinate representation of color #CCD395: hue angle of 66.77º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CCD395 is Cyan = 0.03, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.17.

Color convert

RGB 204 211 149 -
CMYK 0.03 0 0.29 0.17
HSL 66.77º 0.41% 0.71% -
HSV(B) 66.77º 0.29% 0.83% -
XYZ 53.62 61.6 37.5 -
YUV 201.84 98.18 129.54 -
System Red Green Blue C M Y K H S L
Decimal 204 211 149 0.03 0 0.29 0.17 66.77 0.41 0.71
Hex CC D3 95 3 0 1D 11 43 29 47
Octal 314 323 225 3 0 35 21 103 51 107
Binary 11001100 11010011 10010101 11 0 11101 10001 1000011 101001 1000111

Color Harmonies of #CCD395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD395

Black with #CCD395

Text Example


Text Example

White with #CCD395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD395; }

 p { color: rgb(204,211,149); }

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

background-color css

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

 a { background-color: rgb(204,211,149); }

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

border-color css

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

 span { border-color: rgb(204,211,149); }

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