Html Css Color HEX #C48309 Dark Goldenrod

📋 copy color: '#C48309'

red 196 ◦ green 131 ◦ blue 9

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

Shades of Dark Goldenrod #C48309

Tints of Dark Goldenrod #C48309

RGB

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

 GREEN value IS 131 (51.56% from 255) = 38.99%

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

R = 58.33%
G = 38.99%
B = 2.68%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.95

 K value IS 0.23

RGB Variations

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

Color information

#C48309 (or 0xC48309) is known color: Dark Goldenrod. HEX triplet: C4, 83 and 09. RGB value is (196,131,9). Sum of RGB (Red+Green+Blue) = 196+131+9=336 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.33% from 336); Green value is 131 (51.56% from 255 or 38.99% from 336); Blue value is 9 (3.91% from 255 or 2.68% from 336); Max value from RGB is 196 - color contains mainly: red. Hex color #C48309 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C48309 is #3B7CF6. Grayscale: #898989. Windows color (decimal): -3898615 or 623556. OLE color: 623556.

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

Color convert

RGB 196 131 9 -
CMYK 0 0.33 0.95 0.23
HSL 39.14º 0.91% 0.4% -
HSV(B) 39.14º 0.95% 0.77% -
XYZ 30.93 27.99 4.03 -
YUV 136.53 56.03 170.42 -
System Red Green Blue C M Y K H S L
Decimal 196 131 9 0 0.33 0.95 0.23 39.14 0.91 0.4
Hex C4 83 9 0 21 5F 17 27 5B 28
Octal 304 203 11 0 41 137 27 47 133 50
Binary 11000100 10000011 1001 0 100001 1011111 10111 100111 1011011 101000

Color Harmonies of #C48309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48309

Black with #C48309

Text Example


Text Example

White with #C48309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48309; }

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

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

background-color css

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

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

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

border-color css

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

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

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