#C08402

Color #C08402 Dark Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Goldenrod #C08402

Tints of Dark Goldenrod #C08402

Color information

#C08402 (or 0xC08402) is unknown color: approx Dark Goldenrod. HEX triplet: C0, 84 and 02. RGB value is (192,132,2). Sum of RGB (Red+Green+Blue) = 192+132+2=326 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.90% from 326); Green value is 132 (51.95% from 255 or 40.49% from 326); Blue value is 2 (1.17% from 255 or 0.61% from 326); Max value from RGB is 192 - color contains mainly: red. Hex color #C08402 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C08402 is #3F7BFD. Grayscale: #878787. Windows color (decimal): -4160510 or 165056. OLE color: 165056.

HSL color Cylindrical-coordinate representation of color #C08402: hue angle of 41.05º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C08402 is Cyan = 0, Magento = 0.31, Yellow = 0.99 and Black (K on CMYK) = 0.25.

Color convert

RGB1921322-
CMYK00.310.990.25
HSL41.05º97.94%38.04%-
HSV(B)41.05º98.96%75.29%-
XYZ3027.713.83-
YUV135.1252.88168.57-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 58.90%
GREEN value IS 132 (51.95% from 255) = 40.49%
BLUE value IS 2 (1.17% from 255) = 0.61%
R=58.90%
G=40.49%
B=0.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.99
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192132200.310.990.2541.0597.9438.04
HexC084201F6319296226
Octal3002042037143315114246
Binary1100000010000100100111111100011110011010011100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08402; }

 p { color: rgb(192,132,2); }

 H1.HeaderClassName
 {
   color: #C08402;
 }
 .AnyTagClassName
 {
   color: #C08402;
 }
</style>
background-color css

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

 a { background-color: rgb(192,132,2); }

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

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

 span { border-color: rgb(192,132,2); }

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