Html Css Color HEX #C06F04 Dark Goldenrod

📋 copy color: '#C06F04'

red 192 ◦ green 111 ◦ blue 4

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

Shades of Dark Goldenrod #C06F04

Tints of Dark Goldenrod #C06F04

RGB

 RED value IS 192 (75.39% from 255) = 62.54%

 GREEN value IS 111 (43.75% from 255) = 36.16%

 BLUE value IS 4 (1.95% from 255) = 1.3%

R = 62.54%
G = 36.16%
B = 1.3%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#C06F04 (or 0xC06F04) is known color: Dark Goldenrod. HEX triplet: C0, 6F and 04. RGB value is (192,111,4). Sum of RGB (Red+Green+Blue) = 192+111+4=307 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.54% from 307); Green value is 111 (43.75% from 255 or 36.16% from 307); Blue value is 4 (1.95% from 255 or 1.30% from 307); Max value from RGB is 192 - color contains mainly: red. Hex color #C06F04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C06F04 is #3F90FB. Grayscale: #7B7B7B. Windows color (decimal): -4165884 or 290752. OLE color: 290752.

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

Color convert

RGB 192 111 4 -
CMYK 0 0.42 0.98 0.25
HSL 34.15º 0.96% 0.38% -
HSV(B) 34.15º 0.98% 0.75% -
XYZ 27.44 22.58 3.03 -
YUV 123.02 60.84 177.2 -
System Red Green Blue C M Y K H S L
Decimal 192 111 4 0 0.42 0.98 0.25 34.15 0.96 0.38
Hex C0 6F 4 0 2A 62 19 22 60 26
Octal 300 157 4 0 52 142 31 42 140 46
Binary 11000000 1101111 100 0 101010 1100010 11001 100010 1100000 100110

Color Harmonies of #C06F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06F04

Black with #C06F04

Text Example


Text Example

White with #C06F04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06F04; }

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

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

background-color css

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

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

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

border-color css

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

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

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