Html Css Color HEX #C07409 Dark Goldenrod

📋 copy color: '#C07409'

red 192 ◦ green 116 ◦ blue 9

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

Shades of Dark Goldenrod #C07409

Tints of Dark Goldenrod #C07409

RGB

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

 GREEN value IS 116 (45.7% from 255) = 36.59%

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

R = 60.57%
G = 36.59%
B = 2.84%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.95

 K value IS 0.25

RGB Variations

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

Color information

#C07409 (or 0xC07409) is known color: Dark Goldenrod. HEX triplet: C0, 74 and 09. RGB value is (192,116,9). Sum of RGB (Red+Green+Blue) = 192+116+9=317 (41% of max value = 765). Red value is 192 (75.39% from 255 or 60.57% from 317); Green value is 116 (45.70% from 255 or 36.59% from 317); Blue value is 9 (3.91% from 255 or 2.84% from 317); Max value from RGB is 192 - color contains mainly: red. Hex color #C07409 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C07409 is #3F8BF6. Grayscale: #7F7F7F. Windows color (decimal): -4164599 or 619712. OLE color: 619712.

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

Color convert

RGB 192 116 9 -
CMYK 0 0.40 0.95 0.25
HSL 35.08º 0.91% 0.39% -
HSV(B) 35.08º 0.95% 0.75% -
XYZ 28.03 23.72 3.36 -
YUV 126.53 61.68 174.7 -
System Red Green Blue C M Y K H S L
Decimal 192 116 9 0 0.40 0.95 0.25 35.08 0.91 0.39
Hex C0 74 9 0 28 5F 19 23 5B 27
Octal 300 164 11 0 50 137 31 43 133 47
Binary 11000000 1110100 1001 0 101000 1011111 11001 100011 1011011 100111

Color Harmonies of #C07409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07409

Black with #C07409

Text Example


Text Example

White with #C07409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07409; }

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

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

background-color css

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

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

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

border-color css

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

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

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