Html Css Color HEX #CCC983 Deco

📋 copy color: '#CCC983'

red 204 ◦ green 201 ◦ blue 131

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

Shades of Deco #CCC983

Tints of Deco #CCC983

RGB

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

 GREEN value IS 201 (78.91% from 255) = 37.5%

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

R = 38.06%
G = 37.5%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.36

 K value IS 0.2

RGB Variations

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

Color information

#CCC983 (or 0xCCC983) is known color: Deco. HEX triplet: CC, C9 and 83. RGB value is (204,201,131). Sum of RGB (Red+Green+Blue) = 204+201+131=536 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.06% from 536); Green value is 201 (78.91% from 255 or 37.5% from 536); Blue value is 131 (51.56% from 255 or 24.44% from 536); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC983 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC983 is #33367C. Grayscale: #C2C2C2. Windows color (decimal): -3356285 or 8636876. OLE color: 8636876.

HSL color Cylindrical-coordinate representation of color #CCC983: hue angle of 57.53º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CCC983 is Cyan = 0, Magento = 0.01, Yellow = 0.36 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 201 131 -
CMYK 0 0.01 0.36 0.2
HSL 57.53º 0.42% 0.66% -
HSV(B) 57.53º 0.36% 0.8% -
XYZ 49.89 56.25 29.7 -
YUV 193.92 92.49 135.19 -
System Red Green Blue C M Y K H S L
Decimal 204 201 131 0 0.01 0.36 0.2 57.53 0.42 0.66
Hex CC C9 83 0 1 24 14 3A 2A 42
Octal 314 311 203 0 1 44 24 72 52 102
Binary 11001100 11001001 10000011 0 1 100100 10100 111010 101010 1000010

Color Harmonies of #CCC983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC983

Black with #CCC983

Text Example


Text Example

White with #CCC983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC983; }

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

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

background-color css

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

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

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

border-color css

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

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

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