Html Css Color HEX #C48711 Dark Goldenrod

📋 copy color: '#C48711'

red 196 ◦ green 135 ◦ blue 17

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

Shades of Dark Goldenrod #C48711

Tints of Dark Goldenrod #C48711

RGB

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

 GREEN value IS 135 (53.13% from 255) = 38.79%

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

R = 56.32%
G = 38.79%
B = 4.89%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.91

 K value IS 0.23

RGB Variations

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

Color information

#C48711 (or 0xC48711) is known color: Dark Goldenrod. HEX triplet: C4, 87 and 11. RGB value is (196,135,17). Sum of RGB (Red+Green+Blue) = 196+135+17=348 (46% of max value = 765). Red value is 196 (76.95% from 255 or 56.32% from 348); Green value is 135 (53.12% from 255 or 38.79% from 348); Blue value is 17 (7.03% from 255 or 4.89% from 348); Max value from RGB is 196 - color contains mainly: red. Hex color #C48711 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C48711 is #3B78EE. Grayscale: #8C8C8C. Windows color (decimal): -3897583 or 1148868. OLE color: 1148868.

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

Color convert

RGB 196 135 17 -
CMYK 0 0.31 0.91 0.23
HSL 39.55º 0.84% 0.42% -
HSV(B) 39.55º 0.91% 0.77% -
XYZ 31.53 29.1 4.49 -
YUV 139.79 58.71 168.09 -
System Red Green Blue C M Y K H S L
Decimal 196 135 17 0 0.31 0.91 0.23 39.55 0.84 0.42
Hex C4 87 11 0 1F 5B 17 28 54 2A
Octal 304 207 21 0 37 133 27 50 124 52
Binary 11000100 10000111 10001 0 11111 1011011 10111 101000 1010100 101010

Color Harmonies of #C48711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48711

Black with #C48711

Text Example


Text Example

White with #C48711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48711; }

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

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

background-color css

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

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

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

border-color css

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

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

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