Html Css Color HEX #D99E21 Galliano

📋 copy color: '#D99E21'

red 217 ◦ green 158 ◦ blue 33

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

Shades of Galliano #D99E21

Tints of Galliano #D99E21

RGB

 RED value IS 217 (85.16% from 255) = 53.19%

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

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

R = 53.19%
G = 38.73%
B = 8.09%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#D99E21 (or 0xD99E21) is known color: Galliano. HEX triplet: D9, 9E and 21. RGB value is (217,158,33). Sum of RGB (Red+Green+Blue) = 217+158+33=408 (54% of max value = 765). Red value is 217 (85.16% from 255 or 53.19% from 408); Green value is 158 (62.11% from 255 or 38.73% from 408); Blue value is 33 (13.28% from 255 or 8.09% from 408); Max value from RGB is 217 - color contains mainly: red. Hex color #D99E21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D99E21 is #2661DE. Grayscale: #A1A1A1. Windows color (decimal): -2515423 or 2203353. OLE color: 2203353.

HSL color Cylindrical-coordinate representation of color #D99E21: hue angle of 40.76º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D99E21 is Cyan = 0, Magento = 0.27, Yellow = 0.85 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 158 33 -
CMYK 0 0.27 0.85 0.15
HSL 40.76º 0.74% 0.49% -
HSV(B) 40.76º 0.85% 0.85% -
XYZ 41.12 39.32 6.86 -
YUV 161.39 55.55 167.66 -
System Red Green Blue C M Y K H S L
Decimal 217 158 33 0 0.27 0.85 0.15 40.76 0.74 0.49
Hex D9 9E 21 0 1B 55 F 29 4A 31
Octal 331 236 41 0 33 125 17 51 112 61
Binary 11011001 10011110 100001 0 11011 1010101 1111 101001 1001010 110001

Color Harmonies of #D99E21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99E21

Black with #D99E21

Text Example


Text Example

White with #D99E21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99E21; }

 p { color: rgb(217,158,33); }

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

background-color css

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

 a { background-color: rgb(217,158,33); }

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

border-color css

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

 span { border-color: rgb(217,158,33); }

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