Html Css Color HEX #C07209 Dark Goldenrod

📋 copy color: '#C07209'

red 192 ◦ green 114 ◦ blue 9

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

Shades of Dark Goldenrod #C07209

Tints of Dark Goldenrod #C07209

RGB

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

 GREEN value IS 114 (44.92% from 255) = 36.19%

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

R = 60.95%
G = 36.19%
B = 2.86%

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

#C07209 (or 0xC07209) is known color: Dark Goldenrod. HEX triplet: C0, 72 and 09. RGB value is (192,114,9). Sum of RGB (Red+Green+Blue) = 192+114+9=315 (41% of max value = 765). Red value is 192 (75.39% from 255 or 60.95% from 315); Green value is 114 (44.92% from 255 or 36.19% from 315); Blue value is 9 (3.91% from 255 or 2.86% from 315); Max value from RGB is 192 - color contains mainly: red. Hex color #C07209 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C07209 is #3F8DF6. Grayscale: #7D7D7D. Windows color (decimal): -4165111 or 619200. OLE color: 619200.

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

Color convert

RGB 192 114 9 -
CMYK 0 0.41 0.95 0.25
HSL 34.43º 0.91% 0.39% -
HSV(B) 34.43º 0.95% 0.75% -
XYZ 27.8 23.26 3.28 -
YUV 125.35 62.34 175.54 -
System Red Green Blue C M Y K H S L
Decimal 192 114 9 0 0.41 0.95 0.25 34.43 0.91 0.39
Hex C0 72 9 0 29 5F 19 22 5B 27
Octal 300 162 11 0 51 137 31 42 133 47
Binary 11000000 1110010 1001 0 101001 1011111 11001 100010 1011011 100111

Color Harmonies of #C07209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07209

Black with #C07209

Text Example


Text Example

White with #C07209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07209; }

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

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

background-color css

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

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

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

border-color css

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

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

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