Html Css Color HEX #C48303 Dark Goldenrod

📋 copy color: '#C48303'

red 196 ◦ green 131 ◦ blue 3

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

Shades of Dark Goldenrod #C48303

Tints of Dark Goldenrod #C48303

RGB

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

 GREEN value IS 131 (51.56% from 255) = 39.7%

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

R = 59.39%
G = 39.7%
B = 0.91%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.98

 K value IS 0.23

RGB Variations

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

Color information

#C48303 (or 0xC48303) is known color: Dark Goldenrod. HEX triplet: C4, 83 and 03. RGB value is (196,131,3). Sum of RGB (Red+Green+Blue) = 196+131+3=330 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.39% from 330); Green value is 131 (51.56% from 255 or 39.70% from 330); Blue value is 3 (1.56% from 255 or 0.91% from 330); Max value from RGB is 196 - color contains mainly: red. Hex color #C48303 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C48303 is #3B7CFC. Grayscale: #888888. Windows color (decimal): -3898621 or 230340. OLE color: 230340.

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

Color convert

RGB 196 131 3 -
CMYK 0 0.33 0.98 0.23
HSL 39.79º 0.97% 0.39% -
HSV(B) 39.79º 0.98% 0.77% -
XYZ 30.9 27.97 3.86 -
YUV 135.84 53.03 170.91 -
System Red Green Blue C M Y K H S L
Decimal 196 131 3 0 0.33 0.98 0.23 39.79 0.97 0.39
Hex C4 83 3 0 21 62 17 28 61 27
Octal 304 203 3 0 41 142 27 50 141 47
Binary 11000100 10000011 11 0 100001 1100010 10111 101000 1100001 100111

Color Harmonies of #C48303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48303

Black with #C48303

Text Example


Text Example

White with #C48303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48303; }

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

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

background-color css

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

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

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

border-color css

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

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

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