Html Css Color HEX #C07109 Dark Goldenrod

📋 copy color: '#C07109'

red 192 ◦ green 113 ◦ blue 9

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

Shades of Dark Goldenrod #C07109

Tints of Dark Goldenrod #C07109

RGB

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

 GREEN value IS 113 (44.53% from 255) = 35.99%

 BLUE value IS 9 (3.91% from 255) = 2.87%

R = 61.15%
G = 35.99%
B = 2.87%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.95

 K value IS 0.25

RGB Variations

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

Color information

#C07109 (or 0xC07109) is known color: Dark Goldenrod. HEX triplet: C0, 71 and 09. RGB value is (192,113,9). Sum of RGB (Red+Green+Blue) = 192+113+9=314 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.15% from 314); Green value is 113 (44.53% from 255 or 35.99% from 314); Blue value is 9 (3.91% from 255 or 2.87% from 314); Max value from RGB is 192 - color contains mainly: red. Hex color #C07109 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C07109 is #3F8EF6. Grayscale: #7D7D7D. Windows color (decimal): -4165367 or 618944. OLE color: 618944.

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

Color convert

RGB 192 113 9 -
CMYK 0 0.41 0.95 0.25
HSL 34.1º 0.91% 0.39% -
HSV(B) 34.1º 0.95% 0.75% -
XYZ 27.69 23.04 3.25 -
YUV 124.77 62.67 175.96 -
System Red Green Blue C M Y K H S L
Decimal 192 113 9 0 0.41 0.95 0.25 34.1 0.91 0.39
Hex C0 71 9 0 29 5F 19 22 5B 27
Octal 300 161 11 0 51 137 31 42 133 47
Binary 11000000 1110001 1001 0 101001 1011111 11001 100010 1011011 100111

Color Harmonies of #C07109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07109

Black with #C07109

Text Example


Text Example

White with #C07109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07109; }

 p { color: rgb(192,113,9); }

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

background-color css

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

 a { background-color: rgb(192,113,9); }

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

border-color css

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

 span { border-color: rgb(192,113,9); }

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