Html Css Color HEX #C07400 Dark Goldenrod

📋 copy color: '#C07400'

red 192 ◦ green 116 ◦ blue 0

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

Shades of Dark Goldenrod #C07400

Tints of Dark Goldenrod #C07400

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 62.34%
G = 37.66%
B = 0%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#C07400 (or 0xC07400) is known color: Dark Goldenrod. HEX triplet: C0, 74 and 00. RGB value is (192,116,0). Sum of RGB (Red+Green+Blue) = 192+116+0=308 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.34% from 308); Green value is 116 (45.70% from 255 or 37.66% from 308); Blue value is 0 (0.39% from 255 or 0% from 308); Max value from RGB is 192 - color contains mainly: red. Hex color #C07400 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C07400 is #3F8BFF. Grayscale: #7E7E7E. Windows color (decimal): -4164608 or 29888. OLE color: 29888.

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

Color convert

RGB 192 116 0 -
CMYK 0 0.40 1 0.25
HSL 36.25º 1% 0.38% -
HSV(B) 36.25º 1% 0.75% -
XYZ 27.98 23.7 3.1 -
YUV 125.5 57.18 175.43 -
System Red Green Blue C M Y K H S L
Decimal 192 116 0 0 0.40 1 0.25 36.25 1 0.38
Hex C0 74 0 0 28 64 19 24 64 26
Octal 300 164 0 0 50 144 31 44 144 46
Binary 11000000 1110100 0 0 101000 1100100 11001 100100 1100100 100110

Color Harmonies of #C07400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07400

Black with #C07400

Text Example


Text Example

White with #C07400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07400; }

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

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

background-color css

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

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

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

border-color css

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

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

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