Html Css Color HEX #CCD083 Deco

📋 copy color: '#CCD083'

red 204 ◦ green 208 ◦ blue 131

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

Shades of Deco #CCD083

Tints of Deco #CCD083

RGB

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

 GREEN value IS 208 (81.64% from 255) = 38.31%

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

R = 37.57%
G = 38.31%
B = 24.13%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.37

 K value IS 0.18

RGB Variations

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

Color information

#CCD083 (or 0xCCD083) is known color: Deco. HEX triplet: CC, D0 and 83. RGB value is (204,208,131). Sum of RGB (Red+Green+Blue) = 204+208+131=543 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.57% from 543); Green value is 208 (81.64% from 255 or 38.31% from 543); Blue value is 131 (51.56% from 255 or 24.13% from 543); Max value from RGB is 208 - color contains mainly: green. Hex color #CCD083 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD083 is #332F7C. Grayscale: #C6C6C6. Windows color (decimal): -3354493 or 8638668. OLE color: 8638668.

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

Color convert

RGB 204 208 131 -
CMYK 0.02 0 0.37 0.18
HSL 63.12º 0.45% 0.66% -
HSV(B) 63.12º 0.37% 0.82% -
XYZ 51.55 59.59 30.26 -
YUV 198.03 90.17 132.26 -
System Red Green Blue C M Y K H S L
Decimal 204 208 131 0.02 0 0.37 0.18 63.12 0.45 0.66
Hex CC D0 83 2 0 25 12 3F 2D 42
Octal 314 320 203 2 0 45 22 77 55 102
Binary 11001100 11010000 10000011 10 0 100101 10010 111111 101101 1000010

Color Harmonies of #CCD083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD083

Black with #CCD083

Text Example


Text Example

White with #CCD083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD083; }

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

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

background-color css

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

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

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

border-color css

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

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

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