Html Css Color HEX #C47003 Dark Goldenrod

📋 copy color: '#C47003'

red 196 ◦ green 112 ◦ blue 3

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

Shades of Dark Goldenrod #C47003

Tints of Dark Goldenrod #C47003

RGB

 RED value IS 196 (76.95% from 255) = 63.02%

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

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

R = 63.02%
G = 36.01%
B = 0.96%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.98

 K value IS 0.23

RGB Variations

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

Color information

#C47003 (or 0xC47003) is known color: Dark Goldenrod. HEX triplet: C4, 70 and 03. RGB value is (196,112,3). Sum of RGB (Red+Green+Blue) = 196+112+3=311 (41% of max value = 765). Red value is 196 (76.95% from 255 or 63.02% from 311); Green value is 112 (44.14% from 255 or 36.01% from 311); Blue value is 3 (1.56% from 255 or 0.96% from 311); Max value from RGB is 196 - color contains mainly: red. Hex color #C47003 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C47003 is #3B8FFC. Grayscale: #7D7D7D. Windows color (decimal): -3903485 or 225476. OLE color: 225476.

HSL color Cylindrical-coordinate representation of color #C47003: hue angle of 33.89º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C47003 is Cyan = 0, Magento = 0.43, Yellow = 0.98 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 112 3 -
CMYK 0 0.43 0.98 0.23
HSL 33.89º 0.97% 0.39% -
HSV(B) 33.89º 0.98% 0.77% -
XYZ 28.58 23.33 3.08 -
YUV 124.69 59.33 178.86 -
System Red Green Blue C M Y K H S L
Decimal 196 112 3 0 0.43 0.98 0.23 33.89 0.97 0.39
Hex C4 70 3 0 2B 62 17 22 61 27
Octal 304 160 3 0 53 142 27 42 141 47
Binary 11000100 1110000 11 0 101011 1100010 10111 100010 1100001 100111

Color Harmonies of #C47003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47003

Black with #C47003

Text Example


Text Example

White with #C47003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47003; }

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

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

background-color css

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

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

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

border-color css

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

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

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