Html Css Color HEX #C48A16 Dark Goldenrod

📋 copy color: '#C48A16'

red 196 ◦ green 138 ◦ blue 22

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

Shades of Dark Goldenrod #C48A16

Tints of Dark Goldenrod #C48A16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.18%

R = 55.06%
G = 38.76%
B = 6.18%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.89

 K value IS 0.23

RGB Variations

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

Color information

#C48A16 (or 0xC48A16) is known color: Dark Goldenrod. HEX triplet: C4, 8A and 16. RGB value is (196,138,22). Sum of RGB (Red+Green+Blue) = 196+138+22=356 (47% of max value = 765). Red value is 196 (76.95% from 255 or 55.06% from 356); Green value is 138 (54.30% from 255 or 38.76% from 356); Blue value is 22 (8.98% from 255 or 6.18% from 356); Max value from RGB is 196 - color contains mainly: red. Hex color #C48A16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C48A16 is #3B75E9. Grayscale: #8E8E8E. Windows color (decimal): -3896810 or 1477316. OLE color: 1477316.

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

Color convert

RGB 196 138 22 -
CMYK 0 0.30 0.89 0.23
HSL 40º 0.8% 0.43% -
HSV(B) 40º 0.89% 0.77% -
XYZ 32 29.97 4.86 -
YUV 142.12 60.22 166.43 -
System Red Green Blue C M Y K H S L
Decimal 196 138 22 0 0.30 0.89 0.23 40 0.8 0.43
Hex C4 8A 16 0 1E 59 17 28 50 2B
Octal 304 212 26 0 36 131 27 50 120 53
Binary 11000100 10001010 10110 0 11110 1011001 10111 101000 1010000 101011

Color Harmonies of #C48A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48A16

Black with #C48A16

Text Example


Text Example

White with #C48A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48A16; }

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

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

background-color css

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

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

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

border-color css

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

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

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