Html Css Color HEX #D19E2B Galliano

📋 copy color: '#D19E2B'

red 209 ◦ green 158 ◦ blue 43

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

Shades of Galliano #D19E2B

Tints of Galliano #D19E2B

RGB

 RED value IS 209 (82.03% from 255) = 50.98%

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

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

R = 50.98%
G = 38.54%
B = 10.49%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.79

 K value IS 0.18

RGB Variations

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

Color information

#D19E2B (or 0xD19E2B) is known color: Galliano. HEX triplet: D1, 9E and 2B. RGB value is (209,158,43). Sum of RGB (Red+Green+Blue) = 209+158+43=410 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.98% from 410); Green value is 158 (62.11% from 255 or 38.54% from 410); Blue value is 43 (17.19% from 255 or 10.49% from 410); Max value from RGB is 209 - color contains mainly: red. Hex color #D19E2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D19E2B is #2E61D4. Grayscale: #A0A0A0. Windows color (decimal): -3039701 or 2858705. OLE color: 2858705.

HSL color Cylindrical-coordinate representation of color #D19E2B: hue angle of 41.57º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D19E2B is Cyan = 0, Magento = 0.24, Yellow = 0.79 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 158 43 -
CMYK 0 0.24 0.79 0.18
HSL 41.57º 0.66% 0.49% -
HSV(B) 41.57º 0.79% 0.82% -
XYZ 38.96 38.18 7.6 -
YUV 160.14 61.9 162.85 -
System Red Green Blue C M Y K H S L
Decimal 209 158 43 0 0.24 0.79 0.18 41.57 0.66 0.49
Hex D1 9E 2B 0 18 4F 12 2A 42 31
Octal 321 236 53 0 30 117 22 52 102 61
Binary 11010001 10011110 101011 0 11000 1001111 10010 101010 1000010 110001

Color Harmonies of #D19E2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D19E2B

Black with #D19E2B

Text Example


Text Example

White with #D19E2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D19E2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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