Html Css Color HEX #C48008 Dark Goldenrod

📋 copy color: '#C48008'

red 196 ◦ green 128 ◦ blue 8

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

Shades of Dark Goldenrod #C48008

Tints of Dark Goldenrod #C48008

RGB

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

 GREEN value IS 128 (50.39% from 255) = 38.55%

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

R = 59.04%
G = 38.55%
B = 2.41%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.96

 K value IS 0.23

RGB Variations

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

Color information

#C48008 (or 0xC48008) is known color: Dark Goldenrod. HEX triplet: C4, 80 and 08. RGB value is (196,128,8). Sum of RGB (Red+Green+Blue) = 196+128+8=332 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.04% from 332); Green value is 128 (50.39% from 255 or 38.55% from 332); Blue value is 8 (3.52% from 255 or 2.41% from 332); Max value from RGB is 196 - color contains mainly: red. Hex color #C48008 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C48008 is #3B7FF7. Grayscale: #878787. Windows color (decimal): -3899384 or 557252. OLE color: 557252.

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

Color convert

RGB 196 128 8 -
CMYK 0 0.35 0.96 0.23
HSL 38.3º 0.92% 0.4% -
HSV(B) 38.3º 0.96% 0.77% -
XYZ 30.53 27.19 3.87 -
YUV 134.65 56.53 171.76 -
System Red Green Blue C M Y K H S L
Decimal 196 128 8 0 0.35 0.96 0.23 38.3 0.92 0.4
Hex C4 80 8 0 23 60 17 26 5C 28
Octal 304 200 10 0 43 140 27 46 134 50
Binary 11000100 10000000 1000 0 100011 1100000 10111 100110 1011100 101000

Color Harmonies of #C48008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48008

Black with #C48008

Text Example


Text Example

White with #C48008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48008; }

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

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

background-color css

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

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

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

border-color css

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

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

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