Html Css Color HEX #C48210 Dark Goldenrod

📋 copy color: '#C48210'

red 196 ◦ green 130 ◦ blue 16

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

Shades of Dark Goldenrod #C48210

Tints of Dark Goldenrod #C48210

RGB

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

 GREEN value IS 130 (51.17% from 255) = 38.01%

 BLUE value IS 16 (6.64% from 255) = 4.68%

R = 57.31%
G = 38.01%
B = 4.68%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.92

 K value IS 0.23

RGB Variations

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

Color information

#C48210 (or 0xC48210) is known color: Dark Goldenrod. HEX triplet: C4, 82 and 10. RGB value is (196,130,16). Sum of RGB (Red+Green+Blue) = 196+130+16=342 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.31% from 342); Green value is 130 (51.17% from 255 or 38.01% from 342); Blue value is 16 (6.64% from 255 or 4.68% from 342); Max value from RGB is 196 - color contains mainly: red. Hex color #C48210 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C48210 is #3B7DEF. Grayscale: #898989. Windows color (decimal): -3898864 or 1082052. OLE color: 1082052.

HSL color Cylindrical-coordinate representation of color #C48210: hue angle of 38º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C48210 is Cyan = 0, Magento = 0.34, Yellow = 0.92 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 130 16 -
CMYK 0 0.34 0.92 0.23
HSL 38º 0.85% 0.42% -
HSV(B) 38º 0.92% 0.77% -
XYZ 30.84 27.74 4.22 -
YUV 136.74 59.87 170.27 -
System Red Green Blue C M Y K H S L
Decimal 196 130 16 0 0.34 0.92 0.23 38 0.85 0.42
Hex C4 82 10 0 22 5C 17 26 55 2A
Octal 304 202 20 0 42 134 27 46 125 52
Binary 11000100 10000010 10000 0 100010 1011100 10111 100110 1010101 101010

Color Harmonies of #C48210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48210

Black with #C48210

Text Example


Text Example

White with #C48210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48210; }

 p { color: rgb(196,130,16); }

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

background-color css

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

 a { background-color: rgb(196,130,16); }

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

border-color css

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

 span { border-color: rgb(196,130,16); }

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