Html Css Color HEX #C48508 Dark Goldenrod

📋 copy color: '#C48508'

red 196 ◦ green 133 ◦ blue 8

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

Shades of Dark Goldenrod #C48508

Tints of Dark Goldenrod #C48508

RGB

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

 GREEN value IS 133 (52.34% from 255) = 39.47%

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

R = 58.16%
G = 39.47%
B = 2.37%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.96

 K value IS 0.23

RGB Variations

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

Color information

#C48508 (or 0xC48508) is known color: Dark Goldenrod. HEX triplet: C4, 85 and 08. RGB value is (196,133,8). Sum of RGB (Red+Green+Blue) = 196+133+8=337 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.16% from 337); Green value is 133 (52.34% from 255 or 39.47% from 337); Blue value is 8 (3.52% from 255 or 2.37% from 337); Max value from RGB is 196 - color contains mainly: red. Hex color #C48508 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C48508 is #3B7AF7. Grayscale: #8A8A8A. Windows color (decimal): -3898104 or 558532. OLE color: 558532.

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

Color convert

RGB 196 133 8 -
CMYK 0 0.32 0.96 0.23
HSL 39.89º 0.92% 0.4% -
HSV(B) 39.89º 0.96% 0.77% -
XYZ 31.2 28.53 4.09 -
YUV 137.59 54.87 169.66 -
System Red Green Blue C M Y K H S L
Decimal 196 133 8 0 0.32 0.96 0.23 39.89 0.92 0.4
Hex C4 85 8 0 20 60 17 28 5C 28
Octal 304 205 10 0 40 140 27 50 134 50
Binary 11000100 10000101 1000 0 100000 1100000 10111 101000 1011100 101000

Color Harmonies of #C48508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48508

Black with #C48508

Text Example


Text Example

White with #C48508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48508; }

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

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

background-color css

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

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

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

border-color css

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

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

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