Html Css Color HEX #C48509 Dark Goldenrod

📋 copy color: '#C48509'

red 196 ◦ green 133 ◦ blue 9

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

Shades of Dark Goldenrod #C48509

Tints of Dark Goldenrod #C48509

RGB

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

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

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

R = 57.99%
G = 39.35%
B = 2.66%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.95

 K value IS 0.23

RGB Variations

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

Color information

#C48509 (or 0xC48509) is known color: Dark Goldenrod. HEX triplet: C4, 85 and 09. RGB value is (196,133,9). Sum of RGB (Red+Green+Blue) = 196+133+9=338 (44% of max value = 765). Red value is 196 (76.95% from 255 or 57.99% from 338); Green value is 133 (52.34% from 255 or 39.35% from 338); Blue value is 9 (3.91% from 255 or 2.66% from 338); Max value from RGB is 196 - color contains mainly: red. Hex color #C48509 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C48509 is #3B7AF6. Grayscale: #8A8A8A. Windows color (decimal): -3898103 or 624068. OLE color: 624068.

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

Color convert

RGB 196 133 9 -
CMYK 0 0.32 0.95 0.23
HSL 39.79º 0.91% 0.4% -
HSV(B) 39.79º 0.95% 0.77% -
XYZ 31.2 28.53 4.12 -
YUV 137.7 55.37 169.58 -
System Red Green Blue C M Y K H S L
Decimal 196 133 9 0 0.32 0.95 0.23 39.79 0.91 0.4
Hex C4 85 9 0 20 5F 17 28 5B 28
Octal 304 205 11 0 40 137 27 50 133 50
Binary 11000100 10000101 1001 0 100000 1011111 10111 101000 1011011 101000

Color Harmonies of #C48509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48509

Black with #C48509

Text Example


Text Example

White with #C48509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48509; }

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

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

background-color css

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

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

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

border-color css

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

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

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