Html Css Color HEX #C0740D Dark Goldenrod

📋 copy color: '#C0740D'

red 192 ◦ green 116 ◦ blue 13

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

Shades of Dark Goldenrod #C0740D

Tints of Dark Goldenrod #C0740D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.05%

R = 59.81%
G = 36.14%
B = 4.05%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#C0740D (or 0xC0740D) is known color: Dark Goldenrod. HEX triplet: C0, 74 and 0D. RGB value is (192,116,13). Sum of RGB (Red+Green+Blue) = 192+116+13=321 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.81% from 321); Green value is 116 (45.70% from 255 or 36.14% from 321); Blue value is 13 (5.47% from 255 or 4.05% from 321); Max value from RGB is 192 - color contains mainly: red. Hex color #C0740D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C0740D is #3F8BF2. Grayscale: #7F7F7F. Windows color (decimal): -4164595 or 881856. OLE color: 881856.

HSL color Cylindrical-coordinate representation of color #C0740D: hue angle of 34.53º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C0740D is Cyan = 0, Magento = 0.40, Yellow = 0.93 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 116 13 -
CMYK 0 0.40 0.93 0.25
HSL 34.53º 0.87% 0.4% -
HSV(B) 34.53º 0.93% 0.75% -
XYZ 28.06 23.73 3.48 -
YUV 126.98 63.68 174.38 -
System Red Green Blue C M Y K H S L
Decimal 192 116 13 0 0.40 0.93 0.25 34.53 0.87 0.4
Hex C0 74 D 0 28 5D 19 23 57 28
Octal 300 164 15 0 50 135 31 43 127 50
Binary 11000000 1110100 1101 0 101000 1011101 11001 100011 1010111 101000

Color Harmonies of #C0740D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0740D

Black with #C0740D

Text Example


Text Example

White with #C0740D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0740D; }

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

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

background-color css

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

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

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

border-color css

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

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

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