Html Css Color HEX #C48A19 Dark Goldenrod

📋 copy color: '#C48A19'

red 196 ◦ green 138 ◦ blue 25

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

Shades of Dark Goldenrod #C48A19

Tints of Dark Goldenrod #C48A19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.96%

R = 54.6%
G = 38.44%
B = 6.96%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.87

 K value IS 0.23

RGB Variations

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

Color information

#C48A19 (or 0xC48A19) is known color: Dark Goldenrod. HEX triplet: C4, 8A and 19. RGB value is (196,138,25). Sum of RGB (Red+Green+Blue) = 196+138+25=359 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.60% from 359); Green value is 138 (54.30% from 255 or 38.44% from 359); Blue value is 25 (10.16% from 255 or 6.96% from 359); Max value from RGB is 196 - color contains mainly: red. Hex color #C48A19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C48A19 is #3B75E6. Grayscale: #8E8E8E. Windows color (decimal): -3896807 or 1673924. OLE color: 1673924.

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

Color convert

RGB 196 138 25 -
CMYK 0 0.30 0.87 0.23
HSL 39.65º 0.77% 0.43% -
HSV(B) 39.65º 0.87% 0.77% -
XYZ 32.03 29.98 5.02 -
YUV 142.46 61.72 166.19 -
System Red Green Blue C M Y K H S L
Decimal 196 138 25 0 0.30 0.87 0.23 39.65 0.77 0.43
Hex C4 8A 19 0 1E 57 17 28 4D 2B
Octal 304 212 31 0 36 127 27 50 115 53
Binary 11000100 10001010 11001 0 11110 1010111 10111 101000 1001101 101011

Color Harmonies of #C48A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48A19

Black with #C48A19

Text Example


Text Example

White with #C48A19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48A19; }

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

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

background-color css

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

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

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

border-color css

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

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

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