Html Css Color HEX #D49E2B Galliano

📋 copy color: '#D49E2B'

red 212 ◦ green 158 ◦ blue 43

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

Shades of Galliano #D49E2B

Tints of Galliano #D49E2B

RGB

 RED value IS 212 (83.2% from 255) = 51.33%

 GREEN value IS 158 (62.11% from 255) = 38.26%

 BLUE value IS 43 (17.19% from 255) = 10.41%

R = 51.33%
G = 38.26%
B = 10.41%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.80

 K value IS 0.17

RGB Variations

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

Color information

#D49E2B (or 0xD49E2B) is known color: Galliano. HEX triplet: D4, 9E and 2B. RGB value is (212,158,43). Sum of RGB (Red+Green+Blue) = 212+158+43=413 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.33% from 413); Green value is 158 (62.11% from 255 or 38.26% from 413); Blue value is 43 (17.19% from 255 or 10.41% from 413); Max value from RGB is 212 - color contains mainly: red. Hex color #D49E2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D49E2B is #2B61D4. Grayscale: #A1A1A1. Windows color (decimal): -2843093 or 2858708. OLE color: 2858708.

HSL color Cylindrical-coordinate representation of color #D49E2B: hue angle of 40.83º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D49E2B is Cyan = 0, Magento = 0.25, Yellow = 0.80 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 158 43 -
CMYK 0 0.25 0.80 0.17
HSL 40.83º 0.66% 0.5% -
HSV(B) 40.83º 0.8% 0.83% -
XYZ 39.81 38.63 7.64 -
YUV 161.04 61.39 164.35 -
System Red Green Blue C M Y K H S L
Decimal 212 158 43 0 0.25 0.80 0.17 40.83 0.66 0.5
Hex D4 9E 2B 0 19 50 11 29 42 32
Octal 324 236 53 0 31 120 21 51 102 62
Binary 11010100 10011110 101011 0 11001 1010000 10001 101001 1000010 110010

Color Harmonies of #D49E2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49E2B

Black with #D49E2B

Text Example


Text Example

White with #D49E2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49E2B; }

 p { color: rgb(212,158,43); }

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

background-color css

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

 a { background-color: rgb(212,158,43); }

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

border-color css

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

 span { border-color: rgb(212,158,43); }

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