Html Css Color HEX #D39F21 Galliano

📋 copy color: '#D39F21'

red 211 ◦ green 159 ◦ blue 33

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

Shades of Galliano #D39F21

Tints of Galliano #D39F21

RGB

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

 GREEN value IS 159 (62.5% from 255) = 39.45%

 BLUE value IS 33 (13.28% from 255) = 8.19%

R = 52.36%
G = 39.45%
B = 8.19%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.84

 K value IS 0.17

RGB Variations

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

Color information

#D39F21 (or 0xD39F21) is known color: Galliano. HEX triplet: D3, 9F and 21. RGB value is (211,159,33). Sum of RGB (Red+Green+Blue) = 211+159+33=403 (53% of max value = 765). Red value is 211 (82.81% from 255 or 52.36% from 403); Green value is 159 (62.5% from 255 or 39.45% from 403); Blue value is 33 (13.28% from 255 or 8.19% from 403); Max value from RGB is 211 - color contains mainly: red. Hex color #D39F21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D39F21 is #2C60DE. Grayscale: #A0A0A0. Windows color (decimal): -2908383 or 2203603. OLE color: 2203603.

HSL color Cylindrical-coordinate representation of color #D39F21: hue angle of 42.47º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D39F21 is Cyan = 0, Magento = 0.25, Yellow = 0.84 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 159 33 -
CMYK 0 0.25 0.84 0.17
HSL 42.47º 0.73% 0.48% -
HSV(B) 42.47º 0.84% 0.83% -
XYZ 39.54 38.75 6.84 -
YUV 160.18 56.23 164.25 -
System Red Green Blue C M Y K H S L
Decimal 211 159 33 0 0.25 0.84 0.17 42.47 0.73 0.48
Hex D3 9F 21 0 19 54 11 2A 49 30
Octal 323 237 41 0 31 124 21 52 111 60
Binary 11010011 10011111 100001 0 11001 1010100 10001 101010 1001001 110000

Color Harmonies of #D39F21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D39F21

Black with #D39F21

Text Example


Text Example

White with #D39F21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D39F21; }

 p { color: rgb(211,159,33); }

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

background-color css

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

 a { background-color: rgb(211,159,33); }

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

border-color css

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

 span { border-color: rgb(211,159,33); }

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