Html Css Color HEX #CCD881 Deco

📋 copy color: '#CCD881'

red 204 ◦ green 216 ◦ blue 129

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

Shades of Deco #CCD881

Tints of Deco #CCD881

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 23.5%

R = 37.16%
G = 39.34%
B = 23.5%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#CCD881 (or 0xCCD881) is known color: Deco. HEX triplet: CC, D8 and 81. RGB value is (204,216,129). Sum of RGB (Red+Green+Blue) = 204+216+129=549 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.16% from 549); Green value is 216 (84.77% from 255 or 39.34% from 549); Blue value is 129 (50.78% from 255 or 23.50% from 549); Max value from RGB is 216 - color contains mainly: green. Hex color #CCD881 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD881 is #33277E. Grayscale: #CACACA. Windows color (decimal): -3352447 or 8509644. OLE color: 8509644.

HSL color Cylindrical-coordinate representation of color #CCD881: hue angle of 68.28º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CCD881 is Cyan = 0.06, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB 204 216 129 -
CMYK 0.06 0 0.40 0.15
HSL 68.28º 0.53% 0.68% -
HSV(B) 68.28º 0.4% 0.85% -
XYZ 53.42 63.53 30.22 -
YUV 202.49 86.52 129.07 -
System Red Green Blue C M Y K H S L
Decimal 204 216 129 0.06 0 0.40 0.15 68.28 0.53 0.68
Hex CC D8 81 6 0 28 F 44 35 44
Octal 314 330 201 6 0 50 17 104 65 104
Binary 11001100 11011000 10000001 110 0 101000 1111 1000100 110101 1000100

Color Harmonies of #CCD881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD881

Black with #CCD881

Text Example


Text Example

White with #CCD881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD881; }

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

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

background-color css

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

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

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

border-color css

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

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

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