Html Css Color HEX #CCD883 Deco

📋 copy color: '#CCD883'

red 204 ◦ green 216 ◦ blue 131

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

Shades of Deco #CCD883

Tints of Deco #CCD883

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 23.77%

R = 37.02%
G = 39.2%
B = 23.77%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#CCD883 (or 0xCCD883) is known color: Deco. HEX triplet: CC, D8 and 83. RGB value is (204,216,131). Sum of RGB (Red+Green+Blue) = 204+216+131=551 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.02% from 551); Green value is 216 (84.77% from 255 or 39.20% from 551); Blue value is 131 (51.56% from 255 or 23.77% from 551); Max value from RGB is 216 - color contains mainly: green. Hex color #CCD883 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD883 is #33277C. Grayscale: #CBCBCB. Windows color (decimal): -3352445 or 8640716. OLE color: 8640716.

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

Color convert

RGB 204 216 131 -
CMYK 0.06 0 0.39 0.15
HSL 68.47º 0.52% 0.68% -
HSV(B) 68.47º 0.39% 0.85% -
XYZ 53.55 63.59 30.92 -
YUV 202.72 87.52 128.91 -
System Red Green Blue C M Y K H S L
Decimal 204 216 131 0.06 0 0.39 0.15 68.47 0.52 0.68
Hex CC D8 83 6 0 27 F 44 34 44
Octal 314 330 203 6 0 47 17 104 64 104
Binary 11001100 11011000 10000011 110 0 100111 1111 1000100 110100 1000100

Color Harmonies of #CCD883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD883

Black with #CCD883

Text Example


Text Example

White with #CCD883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD883; }

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

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

background-color css

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

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

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

border-color css

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

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

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