Html Css Color HEX #CCD886 Deco

📋 copy color: '#CCD886'

red 204 ◦ green 216 ◦ blue 134

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

Shades of Deco #CCD886

Tints of Deco #CCD886

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 24.19%

R = 36.82%
G = 38.99%
B = 24.19%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#CCD886 (or 0xCCD886) is known color: Deco. HEX triplet: CC, D8 and 86. RGB value is (204,216,134). Sum of RGB (Red+Green+Blue) = 204+216+134=554 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.82% from 554); Green value is 216 (84.77% from 255 or 38.99% from 554); Blue value is 134 (52.73% from 255 or 24.19% from 554); Max value from RGB is 216 - color contains mainly: green. Hex color #CCD886 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD886 is #332779. Grayscale: #CBCBCB. Windows color (decimal): -3352442 or 8837324. OLE color: 8837324.

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

Color convert

RGB 204 216 134 -
CMYK 0.06 0 0.38 0.15
HSL 68.78º 0.51% 0.69% -
HSV(B) 68.78º 0.38% 0.85% -
XYZ 53.76 63.67 32.01 -
YUV 203.06 89.02 128.67 -
System Red Green Blue C M Y K H S L
Decimal 204 216 134 0.06 0 0.38 0.15 68.78 0.51 0.69
Hex CC D8 86 6 0 26 F 45 33 45
Octal 314 330 206 6 0 46 17 105 63 105
Binary 11001100 11011000 10000110 110 0 100110 1111 1000101 110011 1000101

Color Harmonies of #CCD886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD886

Black with #CCD886

Text Example


Text Example

White with #CCD886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD886; }

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

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

background-color css

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

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

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

border-color css

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

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

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