Html Css Color HEX #C48109 Dark Goldenrod

📋 copy color: '#C48109'

red 196 ◦ green 129 ◦ blue 9

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

Shades of Dark Goldenrod #C48109

Tints of Dark Goldenrod #C48109

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.69%

R = 58.68%
G = 38.62%
B = 2.69%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.95

 K value IS 0.23

RGB Variations

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

Color information

#C48109 (or 0xC48109) is known color: Dark Goldenrod. HEX triplet: C4, 81 and 09. RGB value is (196,129,9). Sum of RGB (Red+Green+Blue) = 196+129+9=334 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.68% from 334); Green value is 129 (50.78% from 255 or 38.62% from 334); Blue value is 9 (3.91% from 255 or 2.69% from 334); Max value from RGB is 196 - color contains mainly: red. Hex color #C48109 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C48109 is #3B7EF6. Grayscale: #878787. Windows color (decimal): -3899127 or 623044. OLE color: 623044.

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

Color convert

RGB 196 129 9 -
CMYK 0 0.34 0.95 0.23
HSL 38.5º 0.91% 0.4% -
HSV(B) 38.5º 0.95% 0.77% -
XYZ 30.66 27.46 3.94 -
YUV 135.35 56.7 171.26 -
System Red Green Blue C M Y K H S L
Decimal 196 129 9 0 0.34 0.95 0.23 38.5 0.91 0.4
Hex C4 81 9 0 22 5F 17 27 5B 28
Octal 304 201 11 0 42 137 27 47 133 50
Binary 11000100 10000001 1001 0 100010 1011111 10111 100111 1011011 101000

Color Harmonies of #C48109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48109

Black with #C48109

Text Example


Text Example

White with #C48109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48109; }

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

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

background-color css

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

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

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

border-color css

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

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

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