Html Css Color HEX #C48A09 Dark Goldenrod

📋 copy color: '#C48A09'

red 196 ◦ green 138 ◦ blue 9

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

Shades of Dark Goldenrod #C48A09

Tints of Dark Goldenrod #C48A09

RGB

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

 GREEN value IS 138 (54.3% from 255) = 40.23%

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

R = 57.14%
G = 40.23%
B = 2.62%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.95

 K value IS 0.23

RGB Variations

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

Color information

#C48A09 (or 0xC48A09) is known color: Dark Goldenrod. HEX triplet: C4, 8A and 09. RGB value is (196,138,9). Sum of RGB (Red+Green+Blue) = 196+138+9=343 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.14% from 343); Green value is 138 (54.30% from 255 or 40.23% from 343); Blue value is 9 (3.91% from 255 or 2.62% from 343); Max value from RGB is 196 - color contains mainly: red. Hex color #C48A09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C48A09 is #3B75F6. Grayscale: #8D8D8D. Windows color (decimal): -3896823 or 625348. OLE color: 625348.

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

Color convert

RGB 196 138 9 -
CMYK 0 0.30 0.95 0.23
HSL 41.39º 0.91% 0.4% -
HSV(B) 41.39º 0.95% 0.77% -
XYZ 31.9 29.93 4.35 -
YUV 140.64 53.72 167.49 -
System Red Green Blue C M Y K H S L
Decimal 196 138 9 0 0.30 0.95 0.23 41.39 0.91 0.4
Hex C4 8A 9 0 1E 5F 17 29 5B 28
Octal 304 212 11 0 36 137 27 51 133 50
Binary 11000100 10001010 1001 0 11110 1011111 10111 101001 1011011 101000

Color Harmonies of #C48A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48A09

Black with #C48A09

Text Example


Text Example

White with #C48A09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48A09; }

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

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

background-color css

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

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

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

border-color css

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

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

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