Html Css Color HEX #CCD17E Deco

📋 copy color: '#CCD17E'

red 204 ◦ green 209 ◦ blue 126

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

Shades of Deco #CCD17E

Tints of Deco #CCD17E

RGB

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

 GREEN value IS 209 (82.03% from 255) = 38.78%

 BLUE value IS 126 (49.61% from 255) = 23.38%

R = 37.85%
G = 38.78%
B = 23.38%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#CCD17E (or 0xCCD17E) is known color: Deco. HEX triplet: CC, D1 and 7E. RGB value is (204,209,126). Sum of RGB (Red+Green+Blue) = 204+209+126=539 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.85% from 539); Green value is 209 (82.03% from 255 or 38.78% from 539); Blue value is 126 (49.61% from 255 or 23.38% from 539); Max value from RGB is 209 - color contains mainly: green. Hex color #CCD17E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD17E is #332E81. Grayscale: #C6C6C6. Windows color (decimal): -3354242 or 8311244. OLE color: 8311244.

HSL color Cylindrical-coordinate representation of color #CCD17E: hue angle of 63.61º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CCD17E is Cyan = 0.02, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB 204 209 126 -
CMYK 0.02 0 0.40 0.18
HSL 63.61º 0.47% 0.66% -
HSV(B) 63.61º 0.4% 0.82% -
XYZ 51.47 59.94 28.6 -
YUV 198.04 87.34 132.25 -
System Red Green Blue C M Y K H S L
Decimal 204 209 126 0.02 0 0.40 0.18 63.61 0.47 0.66
Hex CC D1 7E 2 0 28 12 40 2F 42
Octal 314 321 176 2 0 50 22 100 57 102
Binary 11001100 11010001 1111110 10 0 101000 10010 1000000 101111 1000010

Color Harmonies of #CCD17E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD17E

Black with #CCD17E

Text Example


Text Example

White with #CCD17E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD17E; }

 p { color: rgb(204,209,126); }

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

background-color css

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

 a { background-color: rgb(204,209,126); }

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

border-color css

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

 span { border-color: rgb(204,209,126); }

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