#C06F00

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

Shades of Dark Goldenrod #C06F00

Tints of Dark Goldenrod #C06F00

Color information

#C06F00 (or 0xC06F00) is unknown color: approx Dark Goldenrod. HEX triplet: C0, 6F and 00. RGB value is (192,111,0). Sum of RGB (Red+Green+Blue) = 192+111+0=303 (40% of max value = 765). Red value is 192 (75.39% from 255 or 63.37% from 303); Green value is 111 (43.75% from 255 or 36.63% from 303); Blue value is 0 (0.39% from 255 or 0% from 303); Max value from RGB is 192 - color contains mainly: red. Hex color #C06F00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C06F00 is #3F90FF. Grayscale: #7B7B7B. Windows color (decimal): -4165888 or 28608. OLE color: 28608.

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

Color convert

RGB1921110-
CMYK00.4210.25
HSL34.69º100%37.65%-
HSV(B)34.69º100%75.29%-
XYZ27.4222.582.91-
YUV122.5658.84177.53-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 63.37%
GREEN value IS 111 (43.75% from 255) = 36.63%
BLUE value IS 0 (0.39% from 255) = 0%
R=63.37%
G=36.63%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 1
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192111000.4210.2534.6910037.65
HexC06F002A6419236426
Octal3001570052144314314446
Binary110000001101111001010101100100110011000111100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06F00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06F00; }

 p { color: rgb(192,111,0); }

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

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

 a { background-color: rgb(192,111,0); }

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

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

 span { border-color: rgb(192,111,0); }

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