Html Css Color HEX #C48110 Dark Goldenrod

📋 copy color: '#C48110'

red 196 ◦ green 129 ◦ blue 16

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

Shades of Dark Goldenrod #C48110

Tints of Dark Goldenrod #C48110

RGB

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

 GREEN value IS 129 (50.78% from 255) = 37.83%

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

R = 57.48%
G = 37.83%
B = 4.69%

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

#C48110 (or 0xC48110) is known color: Dark Goldenrod. HEX triplet: C4, 81 and 10. RGB value is (196,129,16). Sum of RGB (Red+Green+Blue) = 196+129+16=341 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.48% from 341); Green value is 129 (50.78% from 255 or 37.83% from 341); Blue value is 16 (6.64% from 255 or 4.69% from 341); Max value from RGB is 196 - color contains mainly: red. Hex color #C48110 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C48110 is #3B7EEF. Grayscale: #888888. Windows color (decimal): -3899120 or 1081796. OLE color: 1081796.

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

Color convert

RGB 196 129 16 -
CMYK 0 0.34 0.92 0.23
HSL 37.67º 0.85% 0.42% -
HSV(B) 37.67º 0.92% 0.77% -
XYZ 30.71 27.47 4.17 -
YUV 136.15 60.2 170.69 -
System Red Green Blue C M Y K H S L
Decimal 196 129 16 0 0.34 0.92 0.23 37.67 0.85 0.42
Hex C4 81 10 0 22 5C 17 26 55 2A
Octal 304 201 20 0 42 134 27 46 125 52
Binary 11000100 10000001 10000 0 100010 1011100 10111 100110 1010101 101010

Color Harmonies of #C48110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48110

Black with #C48110

Text Example


Text Example

White with #C48110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48110; }

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

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

background-color css

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

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

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

border-color css

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

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

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