Html Css Color HEX #C48518 Dark Goldenrod

📋 copy color: '#C48518'

red 196 ◦ green 133 ◦ blue 24

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

Shades of Dark Goldenrod #C48518

Tints of Dark Goldenrod #C48518

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.8%

R = 55.52%
G = 37.68%
B = 6.8%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.88

 K value IS 0.23

RGB Variations

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

Color information

#C48518 (or 0xC48518) is known color: Dark Goldenrod. HEX triplet: C4, 85 and 18. RGB value is (196,133,24). Sum of RGB (Red+Green+Blue) = 196+133+24=353 (46% of max value = 765). Red value is 196 (76.95% from 255 or 55.52% from 353); Green value is 133 (52.34% from 255 or 37.68% from 353); Blue value is 24 (9.77% from 255 or 6.80% from 353); Max value from RGB is 196 - color contains mainly: red. Hex color #C48518 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C48518 is #3B7AE7. Grayscale: #8B8B8B. Windows color (decimal): -3898088 or 1607108. OLE color: 1607108.

HSL color Cylindrical-coordinate representation of color #C48518: hue angle of 38.02º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C48518 is Cyan = 0, Magento = 0.32, Yellow = 0.88 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 133 24 -
CMYK 0 0.32 0.88 0.23
HSL 38.02º 0.78% 0.43% -
HSV(B) 38.02º 0.88% 0.77% -
XYZ 31.32 28.58 4.73 -
YUV 139.41 62.87 168.36 -
System Red Green Blue C M Y K H S L
Decimal 196 133 24 0 0.32 0.88 0.23 38.02 0.78 0.43
Hex C4 85 18 0 20 58 17 26 4E 2B
Octal 304 205 30 0 40 130 27 46 116 53
Binary 11000100 10000101 11000 0 100000 1011000 10111 100110 1001110 101011

Color Harmonies of #C48518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48518

Black with #C48518

Text Example


Text Example

White with #C48518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48518; }

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

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

background-color css

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

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

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

border-color css

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

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

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