Html Css Color HEX #C07E06 Dark Goldenrod

📋 copy color: '#C07E06'

red 192 ◦ green 126 ◦ blue 6

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

Shades of Dark Goldenrod #C07E06

Tints of Dark Goldenrod #C07E06

RGB

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

 GREEN value IS 126 (49.61% from 255) = 38.89%

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

R = 59.26%
G = 38.89%
B = 1.85%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.97

 K value IS 0.25

RGB Variations

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

Color information

#C07E06 (or 0xC07E06) is known color: Dark Goldenrod. HEX triplet: C0, 7E and 06. RGB value is (192,126,6). Sum of RGB (Red+Green+Blue) = 192+126+6=324 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.26% from 324); Green value is 126 (49.61% from 255 or 38.89% from 324); Blue value is 6 (2.73% from 255 or 1.85% from 324); Max value from RGB is 192 - color contains mainly: red. Hex color #C07E06 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C07E06 is #3F81F9. Grayscale: #848484. Windows color (decimal): -4162042 or 425664. OLE color: 425664.

HSL color Cylindrical-coordinate representation of color #C07E06: hue angle of 38.71º 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 #C07E06 is Cyan = 0, Magento = 0.34, Yellow = 0.97 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 126 6 -
CMYK 0 0.34 0.97 0.25
HSL 38.71º 0.94% 0.39% -
HSV(B) 38.71º 0.97% 0.75% -
XYZ 29.23 26.14 3.68 -
YUV 132.05 56.87 170.76 -
System Red Green Blue C M Y K H S L
Decimal 192 126 6 0 0.34 0.97 0.25 38.71 0.94 0.39
Hex C0 7E 6 0 22 61 19 27 5E 27
Octal 300 176 6 0 42 141 31 47 136 47
Binary 11000000 1111110 110 0 100010 1100001 11001 100111 1011110 100111

Color Harmonies of #C07E06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07E06

Black with #C07E06

Text Example


Text Example

White with #C07E06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07E06; }

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

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

background-color css

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

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

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

border-color css

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

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

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