Html Css Color HEX #CC820A Dark Goldenrod

📋 copy color: '#CC820A'

red 204 ◦ green 130 ◦ blue 10

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

Shades of Dark Goldenrod #CC820A

Tints of Dark Goldenrod #CC820A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.91%

R = 59.3%
G = 37.79%
B = 2.91%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.95

 K value IS 0.2

RGB Variations

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

Color information

#CC820A (or 0xCC820A) is known color: Dark Goldenrod. HEX triplet: CC, 82 and 0A. RGB value is (204,130,10). Sum of RGB (Red+Green+Blue) = 204+130+10=344 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.30% from 344); Green value is 130 (51.17% from 255 or 37.79% from 344); Blue value is 10 (4.30% from 255 or 2.91% from 344); Max value from RGB is 204 - color contains mainly: red. Hex color #CC820A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC820A is #337DF5. Grayscale: #8B8B8B. Windows color (decimal): -3374582 or 688844. OLE color: 688844.

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

Color convert

RGB 204 130 10 -
CMYK 0 0.36 0.95 0.2
HSL 37.11º 0.91% 0.42% -
HSV(B) 37.11º 0.95% 0.8% -
XYZ 32.94 28.82 4.11 -
YUV 138.45 55.52 174.76 -
System Red Green Blue C M Y K H S L
Decimal 204 130 10 0 0.36 0.95 0.2 37.11 0.91 0.42
Hex CC 82 A 0 24 5F 14 25 5B 2A
Octal 314 202 12 0 44 137 24 45 133 52
Binary 11001100 10000010 1010 0 100100 1011111 10100 100101 1011011 101010

Color Harmonies of #CC820A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC820A

Black with #CC820A

Text Example


Text Example

White with #CC820A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC820A; }

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

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

background-color css

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

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

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

border-color css

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

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

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