Html Css Color HEX #C48804 Dark Goldenrod

📋 copy color: '#C48804'

red 196 ◦ green 136 ◦ blue 4

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

Shades of Dark Goldenrod #C48804

Tints of Dark Goldenrod #C48804

RGB

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

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

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

R = 58.33%
G = 40.48%
B = 1.19%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.98

 K value IS 0.23

RGB Variations

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

Color information

#C48804 (or 0xC48804) is known color: Dark Goldenrod. HEX triplet: C4, 88 and 04. RGB value is (196,136,4). Sum of RGB (Red+Green+Blue) = 196+136+4=336 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.33% from 336); Green value is 136 (53.52% from 255 or 40.48% from 336); Blue value is 4 (1.95% from 255 or 1.19% from 336); Max value from RGB is 196 - color contains mainly: red. Hex color #C48804 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C48804 is #3B77FB. Grayscale: #8B8B8B. Windows color (decimal): -3897340 or 297156. OLE color: 297156.

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

Color convert

RGB 196 136 4 -
CMYK 0 0.31 0.98 0.23
HSL 41.25º 0.96% 0.39% -
HSV(B) 41.25º 0.98% 0.77% -
XYZ 31.59 29.35 4.12 -
YUV 138.89 51.88 168.73 -
System Red Green Blue C M Y K H S L
Decimal 196 136 4 0 0.31 0.98 0.23 41.25 0.96 0.39
Hex C4 88 4 0 1F 62 17 29 60 27
Octal 304 210 4 0 37 142 27 51 140 47
Binary 11000100 10001000 100 0 11111 1100010 10111 101001 1100000 100111

Color Harmonies of #C48804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48804

Black with #C48804

Text Example


Text Example

White with #C48804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48804; }

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

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

background-color css

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

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

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

border-color css

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

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

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