Html Css Color HEX #D39E2B Galliano

📋 copy color: '#D39E2B'

red 211 ◦ green 158 ◦ blue 43

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

Shades of Galliano #D39E2B

Tints of Galliano #D39E2B

RGB

 RED value IS 211 (82.81% from 255) = 51.21%

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

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

R = 51.21%
G = 38.35%
B = 10.44%

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

#D39E2B (or 0xD39E2B) is known color: Galliano. HEX triplet: D3, 9E and 2B. RGB value is (211,158,43). Sum of RGB (Red+Green+Blue) = 211+158+43=412 (54% of max value = 765). Red value is 211 (82.81% from 255 or 51.21% from 412); Green value is 158 (62.11% from 255 or 38.35% from 412); Blue value is 43 (17.19% from 255 or 10.44% from 412); Max value from RGB is 211 - color contains mainly: red. Hex color #D39E2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D39E2B is #2C61D4. Grayscale: #A1A1A1. Windows color (decimal): -2908629 or 2858707. OLE color: 2858707.

HSL color Cylindrical-coordinate representation of color #D39E2B: hue angle of 41.07º 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 #D39E2B is Cyan = 0, Magento = 0.25, Yellow = 0.80 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 158 43 -
CMYK 0 0.25 0.80 0.17
HSL 41.07º 0.66% 0.5% -
HSV(B) 41.07º 0.8% 0.83% -
XYZ 39.53 38.48 7.63 -
YUV 160.74 61.56 163.85 -
System Red Green Blue C M Y K H S L
Decimal 211 158 43 0 0.25 0.80 0.17 41.07 0.66 0.5
Hex D3 9E 2B 0 19 50 11 29 42 32
Octal 323 236 53 0 31 120 21 51 102 62
Binary 11010011 10011110 101011 0 11001 1010000 10001 101001 1000010 110010

Color Harmonies of #D39E2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D39E2B

Black with #D39E2B

Text Example


Text Example

White with #D39E2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D39E2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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