Html Css Color HEX #C48108 Dark Goldenrod

📋 copy color: '#C48108'

red 196 ◦ green 129 ◦ blue 8

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

Shades of Dark Goldenrod #C48108

Tints of Dark Goldenrod #C48108

RGB

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

 GREEN value IS 129 (50.78% from 255) = 38.74%

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

R = 58.86%
G = 38.74%
B = 2.4%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.96

 K value IS 0.23

RGB Variations

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

Color information

#C48108 (or 0xC48108) is known color: Dark Goldenrod. HEX triplet: C4, 81 and 08. RGB value is (196,129,8). Sum of RGB (Red+Green+Blue) = 196+129+8=333 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.86% from 333); Green value is 129 (50.78% from 255 or 38.74% from 333); Blue value is 8 (3.52% from 255 or 2.40% from 333); Max value from RGB is 196 - color contains mainly: red. Hex color #C48108 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C48108 is #3B7EF7. Grayscale: #878787. Windows color (decimal): -3899128 or 557508. OLE color: 557508.

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

Color convert

RGB 196 129 8 -
CMYK 0 0.34 0.96 0.23
HSL 38.62º 0.92% 0.4% -
HSV(B) 38.62º 0.96% 0.77% -
XYZ 30.66 27.45 3.91 -
YUV 135.24 56.2 171.34 -
System Red Green Blue C M Y K H S L
Decimal 196 129 8 0 0.34 0.96 0.23 38.62 0.92 0.4
Hex C4 81 8 0 22 60 17 27 5C 28
Octal 304 201 10 0 42 140 27 47 134 50
Binary 11000100 10000001 1000 0 100010 1100000 10111 100111 1011100 101000

Color Harmonies of #C48108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48108

Black with #C48108

Text Example


Text Example

White with #C48108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48108; }

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

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

background-color css

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

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

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

border-color css

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

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

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