Html Css Color HEX #C48A08 Dark Goldenrod

📋 copy color: '#C48A08'

red 196 ◦ green 138 ◦ blue 8

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

Shades of Dark Goldenrod #C48A08

Tints of Dark Goldenrod #C48A08

RGB

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

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

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

R = 57.31%
G = 40.35%
B = 2.34%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.96

 K value IS 0.23

RGB Variations

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

Color information

#C48A08 (or 0xC48A08) is known color: Dark Goldenrod. HEX triplet: C4, 8A and 08. RGB value is (196,138,8). Sum of RGB (Red+Green+Blue) = 196+138+8=342 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.31% from 342); Green value is 138 (54.30% from 255 or 40.35% from 342); Blue value is 8 (3.52% from 255 or 2.34% from 342); Max value from RGB is 196 - color contains mainly: red. Hex color #C48A08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C48A08 is #3B75F7. Grayscale: #8D8D8D. Windows color (decimal): -3896824 or 559812. OLE color: 559812.

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

Color convert

RGB 196 138 8 -
CMYK 0 0.30 0.96 0.23
HSL 41.49º 0.92% 0.4% -
HSV(B) 41.49º 0.96% 0.77% -
XYZ 31.9 29.93 4.33 -
YUV 140.52 53.22 167.57 -
System Red Green Blue C M Y K H S L
Decimal 196 138 8 0 0.30 0.96 0.23 41.49 0.92 0.4
Hex C4 8A 8 0 1E 60 17 29 5C 28
Octal 304 212 10 0 36 140 27 51 134 50
Binary 11000100 10001010 1000 0 11110 1100000 10111 101001 1011100 101000

Color Harmonies of #C48A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48A08

Black with #C48A08

Text Example


Text Example

White with #C48A08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48A08; }

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

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

background-color css

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

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

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

border-color css

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

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

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