Html Css Color HEX #C48614 Dark Goldenrod

📋 copy color: '#C48614'

red 196 ◦ green 134 ◦ blue 20

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

Shades of Dark Goldenrod #C48614

Tints of Dark Goldenrod #C48614

RGB

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

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

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

R = 56%
G = 38.29%
B = 5.71%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#C48614 (or 0xC48614) is known color: Dark Goldenrod. HEX triplet: C4, 86 and 14. RGB value is (196,134,20). Sum of RGB (Red+Green+Blue) = 196+134+20=350 (46% of max value = 765). Red value is 196 (76.95% from 255 or 56% from 350); Green value is 134 (52.73% from 255 or 38.29% from 350); Blue value is 20 (8.20% from 255 or 5.71% from 350); Max value from RGB is 196 - color contains mainly: red. Hex color #C48614 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C48614 is #3B79EB. Grayscale: #8C8C8C. Windows color (decimal): -3897836 or 1345220. OLE color: 1345220.

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

Color convert

RGB 196 134 20 -
CMYK 0 0.32 0.90 0.23
HSL 38.86º 0.81% 0.42% -
HSV(B) 38.86º 0.9% 0.77% -
XYZ 31.42 28.84 4.57 -
YUV 139.54 60.54 168.27 -
System Red Green Blue C M Y K H S L
Decimal 196 134 20 0 0.32 0.90 0.23 38.86 0.81 0.42
Hex C4 86 14 0 20 5A 17 27 51 2A
Octal 304 206 24 0 40 132 27 47 121 52
Binary 11000100 10000110 10100 0 100000 1011010 10111 100111 1010001 101010

Color Harmonies of #C48614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48614

Black with #C48614

Text Example


Text Example

White with #C48614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48614; }

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

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

background-color css

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

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

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

border-color css

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

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

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