Html Css Color HEX #C07006 Dark Goldenrod

📋 copy color: '#C07006'

red 192 ◦ green 112 ◦ blue 6

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

Shades of Dark Goldenrod #C07006

Tints of Dark Goldenrod #C07006

RGB

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

 GREEN value IS 112 (44.14% from 255) = 36.13%

 BLUE value IS 6 (2.73% from 255) = 1.94%

R = 61.94%
G = 36.13%
B = 1.94%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.97

 K value IS 0.25

RGB Variations

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

Color information

#C07006 (or 0xC07006) is known color: Dark Goldenrod. HEX triplet: C0, 70 and 06. RGB value is (192,112,6). Sum of RGB (Red+Green+Blue) = 192+112+6=310 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.94% from 310); Green value is 112 (44.14% from 255 or 36.13% from 310); Blue value is 6 (2.73% from 255 or 1.94% from 310); Max value from RGB is 192 - color contains mainly: red. Hex color #C07006 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C07006 is #3F8FF9. Grayscale: #7C7C7C. Windows color (decimal): -4165626 or 422080. OLE color: 422080.

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

Color convert

RGB 192 112 6 -
CMYK 0 0.42 0.97 0.25
HSL 34.19º 0.94% 0.39% -
HSV(B) 34.19º 0.97% 0.75% -
XYZ 27.57 22.81 3.12 -
YUV 123.84 61.5 176.62 -
System Red Green Blue C M Y K H S L
Decimal 192 112 6 0 0.42 0.97 0.25 34.19 0.94 0.39
Hex C0 70 6 0 2A 61 19 22 5E 27
Octal 300 160 6 0 52 141 31 42 136 47
Binary 11000000 1110000 110 0 101010 1100001 11001 100010 1011110 100111

Color Harmonies of #C07006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07006

Black with #C07006

Text Example


Text Example

White with #C07006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07006; }

 p { color: rgb(192,112,6); }

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

background-color css

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

 a { background-color: rgb(192,112,6); }

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

border-color css

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

 span { border-color: rgb(192,112,6); }

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