Html Css Color HEX #CCD87E Deco

📋 copy color: '#CCD87E'

red 204 ◦ green 216 ◦ blue 126

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

Shades of Deco #CCD87E

Tints of Deco #CCD87E

RGB

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

 GREEN value IS 216 (84.77% from 255) = 39.56%

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

R = 37.36%
G = 39.56%
B = 23.08%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#CCD87E (or 0xCCD87E) is known color: Deco. HEX triplet: CC, D8 and 7E. RGB value is (204,216,126). Sum of RGB (Red+Green+Blue) = 204+216+126=546 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.36% from 546); Green value is 216 (84.77% from 255 or 39.56% from 546); Blue value is 126 (49.61% from 255 or 23.08% from 546); Max value from RGB is 216 - color contains mainly: green. Hex color #CCD87E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD87E is #332781. Grayscale: #CACACA. Windows color (decimal): -3352450 or 8313036. OLE color: 8313036.

HSL color Cylindrical-coordinate representation of color #CCD87E: hue angle of 68º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CCD87E is Cyan = 0.06, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.

Color convert

RGB 204 216 126 -
CMYK 0.06 0 0.42 0.15
HSL 68º 0.54% 0.67% -
HSV(B) 68º 0.42% 0.85% -
XYZ 53.22 63.46 29.18 -
YUV 202.15 85.02 129.32 -
System Red Green Blue C M Y K H S L
Decimal 204 216 126 0.06 0 0.42 0.15 68 0.54 0.67
Hex CC D8 7E 6 0 2A F 44 36 43
Octal 314 330 176 6 0 52 17 104 66 103
Binary 11001100 11011000 1111110 110 0 101010 1111 1000100 110110 1000011

Color Harmonies of #CCD87E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD87E

Black with #CCD87E

Text Example


Text Example

White with #CCD87E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD87E; }

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

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

background-color css

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

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

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

border-color css

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

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

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