Html Css Color HEX #C47103 Dark Goldenrod

📋 copy color: '#C47103'

red 196 ◦ green 113 ◦ blue 3

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

Shades of Dark Goldenrod #C47103

Tints of Dark Goldenrod #C47103

RGB

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

 GREEN value IS 113 (44.53% from 255) = 36.22%

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

R = 62.82%
G = 36.22%
B = 0.96%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.98

 K value IS 0.23

RGB Variations

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

Color information

#C47103 (or 0xC47103) is known color: Dark Goldenrod. HEX triplet: C4, 71 and 03. RGB value is (196,113,3). Sum of RGB (Red+Green+Blue) = 196+113+3=312 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.82% from 312); Green value is 113 (44.53% from 255 or 36.22% from 312); Blue value is 3 (1.56% from 255 or 0.96% from 312); Max value from RGB is 196 - color contains mainly: red. Hex color #C47103 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C47103 is #3B8EFC. Grayscale: #7D7D7D. Windows color (decimal): -3903229 or 225732. OLE color: 225732.

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

Color convert

RGB 196 113 3 -
CMYK 0 0.42 0.98 0.23
HSL 34.2º 0.97% 0.39% -
HSV(B) 34.2º 0.98% 0.77% -
XYZ 28.69 23.55 3.12 -
YUV 125.28 59 178.44 -
System Red Green Blue C M Y K H S L
Decimal 196 113 3 0 0.42 0.98 0.23 34.2 0.97 0.39
Hex C4 71 3 0 2A 62 17 22 61 27
Octal 304 161 3 0 52 142 27 42 141 47
Binary 11000100 1110001 11 0 101010 1100010 10111 100010 1100001 100111

Color Harmonies of #C47103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47103

Black with #C47103

Text Example


Text Example

White with #C47103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47103; }

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

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

background-color css

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

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

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

border-color css

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

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

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