Html Css Color HEX #C48408 Dark Goldenrod

📋 copy color: '#C48408'

red 196 ◦ green 132 ◦ blue 8

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

Shades of Dark Goldenrod #C48408

Tints of Dark Goldenrod #C48408

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.38%

R = 58.33%
G = 39.29%
B = 2.38%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.96

 K value IS 0.23

RGB Variations

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

Color information

#C48408 (or 0xC48408) is known color: Dark Goldenrod. HEX triplet: C4, 84 and 08. RGB value is (196,132,8). Sum of RGB (Red+Green+Blue) = 196+132+8=336 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.33% from 336); Green value is 132 (51.95% from 255 or 39.29% from 336); Blue value is 8 (3.52% from 255 or 2.38% from 336); Max value from RGB is 196 - color contains mainly: red. Hex color #C48408 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C48408 is #3B7BF7. Grayscale: #898989. Windows color (decimal): -3898360 or 558276. OLE color: 558276.

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

Color convert

RGB 196 132 8 -
CMYK 0 0.33 0.96 0.23
HSL 39.57º 0.92% 0.4% -
HSV(B) 39.57º 0.96% 0.77% -
XYZ 31.06 28.26 4.05 -
YUV 137 55.2 170.08 -
System Red Green Blue C M Y K H S L
Decimal 196 132 8 0 0.33 0.96 0.23 39.57 0.92 0.4
Hex C4 84 8 0 21 60 17 28 5C 28
Octal 304 204 10 0 41 140 27 50 134 50
Binary 11000100 10000100 1000 0 100001 1100000 10111 101000 1011100 101000

Color Harmonies of #C48408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48408

Black with #C48408

Text Example


Text Example

White with #C48408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48408; }

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

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

background-color css

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

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

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

border-color css

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

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

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