Html Css Color HEX #CC8202 Dark Goldenrod

📋 copy color: '#CC8202'

red 204 ◦ green 130 ◦ blue 2

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

Shades of Dark Goldenrod #CC8202

Tints of Dark Goldenrod #CC8202

RGB

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

 GREEN value IS 130 (51.17% from 255) = 38.69%

 BLUE value IS 2 (1.17% from 255) = 0.6%

R = 60.71%
G = 38.69%
B = 0.6%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.99

 K value IS 0.2

RGB Variations

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

Color information

#CC8202 (or 0xCC8202) is known color: Dark Goldenrod. HEX triplet: CC, 82 and 02. RGB value is (204,130,2). Sum of RGB (Red+Green+Blue) = 204+130+2=336 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.71% from 336); Green value is 130 (51.17% from 255 or 38.69% from 336); Blue value is 2 (1.17% from 255 or 0.60% from 336); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8202 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC8202 is #337DFD. Grayscale: #8A8A8A. Windows color (decimal): -3374590 or 164556. OLE color: 164556.

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

Color convert

RGB 204 130 2 -
CMYK 0 0.36 0.99 0.2
HSL 38.02º 0.98% 0.4% -
HSV(B) 38.02º 0.99% 0.8% -
XYZ 32.9 28.81 3.88 -
YUV 137.53 51.52 175.41 -
System Red Green Blue C M Y K H S L
Decimal 204 130 2 0 0.36 0.99 0.2 38.02 0.98 0.4
Hex CC 82 2 0 24 63 14 26 62 28
Octal 314 202 2 0 44 143 24 46 142 50
Binary 11001100 10000010 10 0 100100 1100011 10100 100110 1100010 101000

Color Harmonies of #CC8202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8202

Black with #CC8202

Text Example


Text Example

White with #CC8202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8202; }

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

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

background-color css

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

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

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

border-color css

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

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

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