Html Css Color HEX #C48918 Dark Goldenrod

📋 copy color: '#C48918'

red 196 ◦ green 137 ◦ blue 24

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

Shades of Dark Goldenrod #C48918

Tints of Dark Goldenrod #C48918

RGB

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

 GREEN value IS 137 (53.91% from 255) = 38.38%

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

R = 54.9%
G = 38.38%
B = 6.72%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.88

 K value IS 0.23

RGB Variations

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

Color information

#C48918 (or 0xC48918) is known color: Dark Goldenrod. HEX triplet: C4, 89 and 18. RGB value is (196,137,24). Sum of RGB (Red+Green+Blue) = 196+137+24=357 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.90% from 357); Green value is 137 (53.91% from 255 or 38.38% from 357); Blue value is 24 (9.77% from 255 or 6.72% from 357); Max value from RGB is 196 - color contains mainly: red. Hex color #C48918 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C48918 is #3B76E7. Grayscale: #8E8E8E. Windows color (decimal): -3897064 or 1608132. OLE color: 1608132.

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

Color convert

RGB 196 137 24 -
CMYK 0 0.30 0.88 0.23
HSL 39.42º 0.78% 0.43% -
HSV(B) 39.42º 0.88% 0.77% -
XYZ 31.88 29.69 4.92 -
YUV 141.76 61.55 166.69 -
System Red Green Blue C M Y K H S L
Decimal 196 137 24 0 0.30 0.88 0.23 39.42 0.78 0.43
Hex C4 89 18 0 1E 58 17 27 4E 2B
Octal 304 211 30 0 36 130 27 47 116 53
Binary 11000100 10001001 11000 0 11110 1011000 10111 100111 1001110 101011

Color Harmonies of #C48918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48918

Black with #C48918

Text Example


Text Example

White with #C48918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48918; }

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

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

background-color css

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

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

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

border-color css

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

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

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