Html Css Color HEX #C48414 Dark Goldenrod

📋 copy color: '#C48414'

red 196 ◦ green 132 ◦ blue 20

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

Shades of Dark Goldenrod #C48414

Tints of Dark Goldenrod #C48414

RGB

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

 GREEN value IS 132 (51.95% from 255) = 37.93%

 BLUE value IS 20 (8.2% from 255) = 5.75%

R = 56.32%
G = 37.93%
B = 5.75%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#C48414 (or 0xC48414) is known color: Dark Goldenrod. HEX triplet: C4, 84 and 14. RGB value is (196,132,20). Sum of RGB (Red+Green+Blue) = 196+132+20=348 (46% of max value = 765). Red value is 196 (76.95% from 255 or 56.32% from 348); Green value is 132 (51.95% from 255 or 37.93% from 348); Blue value is 20 (8.20% from 255 or 5.75% from 348); Max value from RGB is 196 - color contains mainly: red. Hex color #C48414 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C48414 is #3B7BEB. Grayscale: #8A8A8A. Windows color (decimal): -3898348 or 1344708. OLE color: 1344708.

HSL color Cylindrical-coordinate representation of color #C48414: hue angle of 38.18º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C48414 is Cyan = 0, Magento = 0.33, Yellow = 0.90 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 132 20 -
CMYK 0 0.33 0.90 0.23
HSL 38.18º 0.81% 0.42% -
HSV(B) 38.18º 0.9% 0.77% -
XYZ 31.14 28.29 4.48 -
YUV 138.37 61.2 169.11 -
System Red Green Blue C M Y K H S L
Decimal 196 132 20 0 0.33 0.90 0.23 38.18 0.81 0.42
Hex C4 84 14 0 21 5A 17 26 51 2A
Octal 304 204 24 0 41 132 27 46 121 52
Binary 11000100 10000100 10100 0 100001 1011010 10111 100110 1010001 101010

Color Harmonies of #C48414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48414

Black with #C48414

Text Example


Text Example

White with #C48414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48414; }

 p { color: rgb(196,132,20); }

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

background-color css

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

 a { background-color: rgb(196,132,20); }

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

border-color css

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

 span { border-color: rgb(196,132,20); }

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