Html Css Color HEX #C07003 Dark Goldenrod

📋 copy color: '#C07003'

red 192 ◦ green 112 ◦ blue 3

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

Shades of Dark Goldenrod #C07003

Tints of Dark Goldenrod #C07003

RGB

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

 GREEN value IS 112 (44.14% from 255) = 36.48%

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

R = 62.54%
G = 36.48%
B = 0.98%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#C07003 (or 0xC07003) is known color: Dark Goldenrod. HEX triplet: C0, 70 and 03. RGB value is (192,112,3). Sum of RGB (Red+Green+Blue) = 192+112+3=307 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.54% from 307); Green value is 112 (44.14% from 255 or 36.48% from 307); Blue value is 3 (1.56% from 255 or 0.98% from 307); Max value from RGB is 192 - color contains mainly: red. Hex color #C07003 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C07003 is #3F8FFC. Grayscale: #7C7C7C. Windows color (decimal): -4165629 or 225472. OLE color: 225472.

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

Color convert

RGB 192 112 3 -
CMYK 0 0.42 0.98 0.25
HSL 34.6º 0.97% 0.38% -
HSV(B) 34.6º 0.98% 0.75% -
XYZ 27.55 22.8 3.04 -
YUV 123.49 60 176.86 -
System Red Green Blue C M Y K H S L
Decimal 192 112 3 0 0.42 0.98 0.25 34.6 0.97 0.38
Hex C0 70 3 0 2A 62 19 23 61 26
Octal 300 160 3 0 52 142 31 43 141 46
Binary 11000000 1110000 11 0 101010 1100010 11001 100011 1100001 100110

Color Harmonies of #C07003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07003

Black with #C07003

Text Example


Text Example

White with #C07003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07003; }

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

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

background-color css

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

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

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

border-color css

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

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

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