Html Css Color HEX #C07402 Dark Goldenrod

📋 copy color: '#C07402'

red 192 ◦ green 116 ◦ blue 2

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

Shades of Dark Goldenrod #C07402

Tints of Dark Goldenrod #C07402

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.65%

R = 61.94%
G = 37.42%
B = 0.65%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#C07402 (or 0xC07402) is known color: Dark Goldenrod. HEX triplet: C0, 74 and 02. RGB value is (192,116,2). Sum of RGB (Red+Green+Blue) = 192+116+2=310 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.94% from 310); Green value is 116 (45.70% from 255 or 37.42% from 310); Blue value is 2 (1.17% from 255 or 0.65% from 310); Max value from RGB is 192 - color contains mainly: red. Hex color #C07402 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C07402 is #3F8BFD. Grayscale: #7E7E7E. Windows color (decimal): -4164606 or 160960. OLE color: 160960.

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

Color convert

RGB 192 116 2 -
CMYK 0 0.40 0.99 0.25
HSL 36º 0.98% 0.38% -
HSV(B) 36º 0.99% 0.75% -
XYZ 27.99 23.7 3.16 -
YUV 125.73 58.18 175.27 -
System Red Green Blue C M Y K H S L
Decimal 192 116 2 0 0.40 0.99 0.25 36 0.98 0.38
Hex C0 74 2 0 28 63 19 24 62 26
Octal 300 164 2 0 50 143 31 44 142 46
Binary 11000000 1110100 10 0 101000 1100011 11001 100100 1100010 100110

Color Harmonies of #C07402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07402

Black with #C07402

Text Example


Text Example

White with #C07402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07402; }

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

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

background-color css

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

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

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

border-color css

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

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

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