Html Css Color HEX #C07506 Dark Goldenrod

📋 copy color: '#C07506'

red 192 ◦ green 117 ◦ blue 6

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

Shades of Dark Goldenrod #C07506

Tints of Dark Goldenrod #C07506

RGB

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

 GREEN value IS 117 (46.09% from 255) = 37.14%

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

R = 60.95%
G = 37.14%
B = 1.9%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.97

 K value IS 0.25

RGB Variations

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

Color information

#C07506 (or 0xC07506) is known color: Dark Goldenrod. HEX triplet: C0, 75 and 06. RGB value is (192,117,6). Sum of RGB (Red+Green+Blue) = 192+117+6=315 (41% of max value = 765). Red value is 192 (75.39% from 255 or 60.95% from 315); Green value is 117 (46.09% from 255 or 37.14% from 315); Blue value is 6 (2.73% from 255 or 1.90% from 315); Max value from RGB is 192 - color contains mainly: red. Hex color #C07506 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C07506 is #3F8AF9. Grayscale: #7F7F7F. Windows color (decimal): -4164346 or 423360. OLE color: 423360.

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

Color convert

RGB 192 117 6 -
CMYK 0 0.39 0.97 0.25
HSL 35.81º 0.94% 0.39% -
HSV(B) 35.81º 0.97% 0.75% -
XYZ 28.13 23.94 3.31 -
YUV 126.77 59.85 174.53 -
System Red Green Blue C M Y K H S L
Decimal 192 117 6 0 0.39 0.97 0.25 35.81 0.94 0.39
Hex C0 75 6 0 27 61 19 24 5E 27
Octal 300 165 6 0 47 141 31 44 136 47
Binary 11000000 1110101 110 0 100111 1100001 11001 100100 1011110 100111

Color Harmonies of #C07506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07506

Black with #C07506

Text Example


Text Example

White with #C07506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07506; }

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

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

background-color css

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

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

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

border-color css

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

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

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