Html Css Color HEX #C48814 Dark Goldenrod

📋 copy color: '#C48814'

red 196 ◦ green 136 ◦ blue 20

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

Shades of Dark Goldenrod #C48814

Tints of Dark Goldenrod #C48814

RGB

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

 GREEN value IS 136 (53.52% from 255) = 38.64%

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

R = 55.68%
G = 38.64%
B = 5.68%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#C48814 (or 0xC48814) is known color: Dark Goldenrod. HEX triplet: C4, 88 and 14. RGB value is (196,136,20). Sum of RGB (Red+Green+Blue) = 196+136+20=352 (46% of max value = 765). Red value is 196 (76.95% from 255 or 55.68% from 352); Green value is 136 (53.52% from 255 or 38.64% from 352); Blue value is 20 (8.20% from 255 or 5.68% from 352); Max value from RGB is 196 - color contains mainly: red. Hex color #C48814 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C48814 is #3B77EB. Grayscale: #8D8D8D. Windows color (decimal): -3897324 or 1345732. OLE color: 1345732.

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

Color convert

RGB 196 136 20 -
CMYK 0 0.31 0.90 0.23
HSL 39.55º 0.81% 0.42% -
HSV(B) 39.55º 0.9% 0.77% -
XYZ 31.7 29.39 4.67 -
YUV 140.72 59.88 167.43 -
System Red Green Blue C M Y K H S L
Decimal 196 136 20 0 0.31 0.90 0.23 39.55 0.81 0.42
Hex C4 88 14 0 1F 5A 17 28 51 2A
Octal 304 210 24 0 37 132 27 50 121 52
Binary 11000100 10001000 10100 0 11111 1011010 10111 101000 1010001 101010

Color Harmonies of #C48814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48814

Black with #C48814

Text Example


Text Example

White with #C48814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48814; }

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

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

background-color css

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

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

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

border-color css

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

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

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