Html Css Color HEX #CC800A Dark Goldenrod

📋 copy color: '#CC800A'

red 204 ◦ green 128 ◦ blue 10

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

Shades of Dark Goldenrod #CC800A

Tints of Dark Goldenrod #CC800A

RGB

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

 GREEN value IS 128 (50.39% from 255) = 37.43%

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

R = 59.65%
G = 37.43%
B = 2.92%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.95

 K value IS 0.2

RGB Variations

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

Color information

#CC800A (or 0xCC800A) is known color: Dark Goldenrod. HEX triplet: CC, 80 and 0A. RGB value is (204,128,10). Sum of RGB (Red+Green+Blue) = 204+128+10=342 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.65% from 342); Green value is 128 (50.39% from 255 or 37.43% from 342); Blue value is 10 (4.30% from 255 or 2.92% from 342); Max value from RGB is 204 - color contains mainly: red. Hex color #CC800A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC800A is #337FF5. Grayscale: #898989. Windows color (decimal): -3375094 or 688332. OLE color: 688332.

HSL color Cylindrical-coordinate representation of color #CC800A: hue angle of 36.49º 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 #CC800A is Cyan = 0, Magento = 0.37, Yellow = 0.95 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 128 10 -
CMYK 0 0.37 0.95 0.2
HSL 36.49º 0.91% 0.42% -
HSV(B) 36.49º 0.95% 0.8% -
XYZ 32.68 28.3 4.03 -
YUV 137.27 56.18 175.59 -
System Red Green Blue C M Y K H S L
Decimal 204 128 10 0 0.37 0.95 0.2 36.49 0.91 0.42
Hex CC 80 A 0 25 5F 14 24 5B 2A
Octal 314 200 12 0 45 137 24 44 133 52
Binary 11001100 10000000 1010 0 100101 1011111 10100 100100 1011011 101010

Color Harmonies of #CC800A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC800A

Black with #CC800A

Text Example


Text Example

White with #CC800A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC800A; }

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

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

background-color css

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

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

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

border-color css

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

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

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