Html Css Color HEX #C48611 Dark Goldenrod

📋 copy color: '#C48611'

red 196 ◦ green 134 ◦ blue 17

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

Shades of Dark Goldenrod #C48611

Tints of Dark Goldenrod #C48611

RGB

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

 GREEN value IS 134 (52.73% from 255) = 38.62%

 BLUE value IS 17 (7.03% from 255) = 4.9%

R = 56.48%
G = 38.62%
B = 4.9%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.91

 K value IS 0.23

RGB Variations

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

Color information

#C48611 (or 0xC48611) is known color: Dark Goldenrod. HEX triplet: C4, 86 and 11. RGB value is (196,134,17). Sum of RGB (Red+Green+Blue) = 196+134+17=347 (45% of max value = 765). Red value is 196 (76.95% from 255 or 56.48% from 347); Green value is 134 (52.73% from 255 or 38.62% from 347); Blue value is 17 (7.03% from 255 or 4.90% from 347); Max value from RGB is 196 - color contains mainly: red. Hex color #C48611 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C48611 is #3B79EE. Grayscale: #8B8B8B. Windows color (decimal): -3897839 or 1148612. OLE color: 1148612.

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

Color convert

RGB 196 134 17 -
CMYK 0 0.32 0.91 0.23
HSL 39.22º 0.84% 0.42% -
HSV(B) 39.22º 0.91% 0.77% -
XYZ 31.39 28.83 4.44 -
YUV 139.2 59.04 168.51 -
System Red Green Blue C M Y K H S L
Decimal 196 134 17 0 0.32 0.91 0.23 39.22 0.84 0.42
Hex C4 86 11 0 20 5B 17 27 54 2A
Octal 304 206 21 0 40 133 27 47 124 52
Binary 11000100 10000110 10001 0 100000 1011011 10111 100111 1010100 101010

Color Harmonies of #C48611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48611

Black with #C48611

Text Example


Text Example

White with #C48611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48611; }

 p { color: rgb(196,134,17); }

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

background-color css

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

 a { background-color: rgb(196,134,17); }

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

border-color css

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

 span { border-color: rgb(196,134,17); }

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