Html Css Color HEX #D99F23 Galliano

📋 copy color: '#D99F23'

red 217 ◦ green 159 ◦ blue 35

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

Shades of Galliano #D99F23

Tints of Galliano #D99F23

RGB

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

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

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

R = 52.8%
G = 38.69%
B = 8.52%

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

#D99F23 (or 0xD99F23) is known color: Galliano. HEX triplet: D9, 9F and 23. RGB value is (217,159,35). Sum of RGB (Red+Green+Blue) = 217+159+35=411 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.80% from 411); Green value is 159 (62.5% from 255 or 38.69% from 411); Blue value is 35 (14.06% from 255 or 8.52% from 411); Max value from RGB is 217 - color contains mainly: red. Hex color #D99F23 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D99F23 is #2660DC. Grayscale: #A2A2A2. Windows color (decimal): -2515165 or 2334681. OLE color: 2334681.

HSL color Cylindrical-coordinate representation of color #D99F23: hue angle of 40.88º 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 #D99F23 is Cyan = 0, Magento = 0.27, Yellow = 0.84 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 159 35 -
CMYK 0 0.27 0.84 0.15
HSL 40.88º 0.72% 0.49% -
HSV(B) 40.88º 0.84% 0.85% -
XYZ 41.32 39.67 7.07 -
YUV 162.21 56.22 167.08 -
System Red Green Blue C M Y K H S L
Decimal 217 159 35 0 0.27 0.84 0.15 40.88 0.72 0.49
Hex D9 9F 23 0 1B 54 F 29 48 31
Octal 331 237 43 0 33 124 17 51 110 61
Binary 11011001 10011111 100011 0 11011 1010100 1111 101001 1001000 110001

Color Harmonies of #D99F23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99F23

Black with #D99F23

Text Example


Text Example

White with #D99F23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99F23; }

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

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

background-color css

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

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

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

border-color css

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

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

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