Html Css Color HEX #CCC982 Deco

📋 copy color: '#CCC982'

red 204 ◦ green 201 ◦ blue 130

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

Shades of Deco #CCC982

Tints of Deco #CCC982

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 24.3%

R = 38.13%
G = 37.57%
B = 24.3%

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

#CCC982 (or 0xCCC982) is known color: Deco. HEX triplet: CC, C9 and 82. RGB value is (204,201,130). Sum of RGB (Red+Green+Blue) = 204+201+130=535 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.13% from 535); Green value is 201 (78.91% from 255 or 37.57% from 535); Blue value is 130 (51.17% from 255 or 24.30% from 535); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC982 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC982 is #33367D. Grayscale: #C2C2C2. Windows color (decimal): -3356286 or 8571340. OLE color: 8571340.

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

Color convert

RGB 204 201 130 -
CMYK 0 0.01 0.36 0.2
HSL 57.57º 0.42% 0.65% -
HSV(B) 57.57º 0.36% 0.8% -
XYZ 49.82 56.22 29.35 -
YUV 193.8 91.99 135.27 -
System Red Green Blue C M Y K H S L
Decimal 204 201 130 0 0.01 0.36 0.2 57.57 0.42 0.65
Hex CC C9 82 0 1 24 14 3A 2A 41
Octal 314 311 202 0 1 44 24 72 52 101
Binary 11001100 11001001 10000010 0 1 100100 10100 111010 101010 1000001

Color Harmonies of #CCC982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC982

Black with #CCC982

Text Example


Text Example

White with #CCC982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC982; }

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

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

background-color css

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

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

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

border-color css

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

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

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