Html Css Color HEX #C07E03 Dark Goldenrod

📋 copy color: '#C07E03'

red 192 ◦ green 126 ◦ blue 3

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

Shades of Dark Goldenrod #C07E03

Tints of Dark Goldenrod #C07E03

RGB

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

 GREEN value IS 126 (49.61% from 255) = 39.25%

 BLUE value IS 3 (1.56% from 255) = 0.93%

R = 59.81%
G = 39.25%
B = 0.93%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#C07E03 (or 0xC07E03) is known color: Dark Goldenrod. HEX triplet: C0, 7E and 03. RGB value is (192,126,3). Sum of RGB (Red+Green+Blue) = 192+126+3=321 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.81% from 321); Green value is 126 (49.61% from 255 or 39.25% from 321); Blue value is 3 (1.56% from 255 or 0.93% from 321); Max value from RGB is 192 - color contains mainly: red. Hex color #C07E03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C07E03 is #3F81FC. Grayscale: #848484. Windows color (decimal): -4162045 or 229056. OLE color: 229056.

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

Color convert

RGB 192 126 3 -
CMYK 0 0.34 0.98 0.25
HSL 39.05º 0.97% 0.38% -
HSV(B) 39.05º 0.98% 0.75% -
XYZ 29.22 26.13 3.59 -
YUV 131.71 55.37 171 -
System Red Green Blue C M Y K H S L
Decimal 192 126 3 0 0.34 0.98 0.25 39.05 0.97 0.38
Hex C0 7E 3 0 22 62 19 27 61 26
Octal 300 176 3 0 42 142 31 47 141 46
Binary 11000000 1111110 11 0 100010 1100010 11001 100111 1100001 100110

Color Harmonies of #C07E03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07E03

Black with #C07E03

Text Example


Text Example

White with #C07E03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07E03; }

 p { color: rgb(192,126,3); }

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

background-color css

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

 a { background-color: rgb(192,126,3); }

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

border-color css

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

 span { border-color: rgb(192,126,3); }

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