Html Css Color HEX #D99E23 Galliano

📋 copy color: '#D99E23'

red 217 ◦ green 158 ◦ blue 35

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

Shades of Galliano #D99E23

Tints of Galliano #D99E23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 8.54%

R = 52.93%
G = 38.54%
B = 8.54%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.84

 K value IS 0.15

RGB Variations

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

Color information

#D99E23 (or 0xD99E23) is known color: Galliano. HEX triplet: D9, 9E and 23. RGB value is (217,158,35). Sum of RGB (Red+Green+Blue) = 217+158+35=410 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.93% from 410); Green value is 158 (62.11% from 255 or 38.54% from 410); Blue value is 35 (14.06% from 255 or 8.54% from 410); Max value from RGB is 217 - color contains mainly: red. Hex color #D99E23 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D99E23 is #2661DC. Grayscale: #A2A2A2. Windows color (decimal): -2515421 or 2334425. OLE color: 2334425.

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

Color convert

RGB 217 158 35 -
CMYK 0 0.27 0.84 0.15
HSL 40.55º 0.72% 0.49% -
HSV(B) 40.55º 0.84% 0.85% -
XYZ 41.15 39.33 7.01 -
YUV 161.62 56.55 167.5 -
System Red Green Blue C M Y K H S L
Decimal 217 158 35 0 0.27 0.84 0.15 40.55 0.72 0.49
Hex D9 9E 23 0 1B 54 F 29 48 31
Octal 331 236 43 0 33 124 17 51 110 61
Binary 11011001 10011110 100011 0 11011 1010100 1111 101001 1001000 110001

Color Harmonies of #D99E23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99E23

Black with #D99E23

Text Example


Text Example

White with #D99E23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99E23; }

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

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

background-color css

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

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

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

border-color css

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

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

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