Html Css Color HEX #C48B04 Dark Goldenrod

📋 copy color: '#C48B04'

red 196 ◦ green 139 ◦ blue 4

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

Shades of Dark Goldenrod #C48B04

Tints of Dark Goldenrod #C48B04

RGB

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

 GREEN value IS 139 (54.69% from 255) = 41%

 BLUE value IS 4 (1.95% from 255) = 1.18%

R = 57.82%
G = 41%
B = 1.18%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.98

 K value IS 0.23

RGB Variations

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

Color information

#C48B04 (or 0xC48B04) is known color: Dark Goldenrod. HEX triplet: C4, 8B and 04. RGB value is (196,139,4). Sum of RGB (Red+Green+Blue) = 196+139+4=339 (44% of max value = 765). Red value is 196 (76.95% from 255 or 57.82% from 339); Green value is 139 (54.69% from 255 or 41.00% from 339); Blue value is 4 (1.95% from 255 or 1.18% from 339); Max value from RGB is 196 - color contains mainly: red. Hex color #C48B04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C48B04 is #3B74FB. Grayscale: #8D8D8D. Windows color (decimal): -3896572 or 297924. OLE color: 297924.

HSL color Cylindrical-coordinate representation of color #C48B04: hue angle of 42.19º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C48B04 is Cyan = 0, Magento = 0.29, Yellow = 0.98 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 139 4 -
CMYK 0 0.29 0.98 0.23
HSL 42.19º 0.96% 0.39% -
HSV(B) 42.19º 0.98% 0.77% -
XYZ 32.02 30.21 4.26 -
YUV 140.65 50.88 167.48 -
System Red Green Blue C M Y K H S L
Decimal 196 139 4 0 0.29 0.98 0.23 42.19 0.96 0.39
Hex C4 8B 4 0 1D 62 17 2A 60 27
Octal 304 213 4 0 35 142 27 52 140 47
Binary 11000100 10001011 100 0 11101 1100010 10111 101010 1100000 100111

Color Harmonies of #C48B04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48B04

Black with #C48B04

Text Example


Text Example

White with #C48B04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48B04; }

 p { color: rgb(196,139,4); }

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

background-color css

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

 a { background-color: rgb(196,139,4); }

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

border-color css

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

 span { border-color: rgb(196,139,4); }

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