Html Css Color HEX #DF9F25 Galliano

📋 copy color: '#DF9F25'

red 223 ◦ green 159 ◦ blue 37

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

Shades of Galliano #DF9F25

Tints of Galliano #DF9F25

RGB

 RED value IS 223 (87.5% from 255) = 53.22%

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

 BLUE value IS 37 (14.84% from 255) = 8.83%

R = 53.22%
G = 37.95%
B = 8.83%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DF9F25 (or 0xDF9F25) is known color: Galliano. HEX triplet: DF, 9F and 25. RGB value is (223,159,37). Sum of RGB (Red+Green+Blue) = 223+159+37=419 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.22% from 419); Green value is 159 (62.5% from 255 or 37.95% from 419); Blue value is 37 (14.84% from 255 or 8.83% from 419); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9F25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF9F25 is #2060DA. Grayscale: #A4A4A4. Windows color (decimal): -2121947 or 2465759. OLE color: 2465759.

HSL color Cylindrical-coordinate representation of color #DF9F25: hue angle of 39.35º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DF9F25 is Cyan = 0, Magento = 0.29, Yellow = 0.83 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 159 37 -
CMYK 0 0.29 0.83 0.13
HSL 39.35º 0.74% 0.51% -
HSV(B) 39.35º 0.83% 0.87% -
XYZ 43.16 40.62 7.32 -
YUV 164.23 56.2 169.92 -
System Red Green Blue C M Y K H S L
Decimal 223 159 37 0 0.29 0.83 0.13 39.35 0.74 0.51
Hex DF 9F 25 0 1D 53 D 27 4A 33
Octal 337 237 45 0 35 123 15 47 112 63
Binary 11011111 10011111 100101 0 11101 1010011 1101 100111 1001010 110011

Color Harmonies of #DF9F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9F25

Black with #DF9F25

Text Example


Text Example

White with #DF9F25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9F25; }

 p { color: rgb(223,159,37); }

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

background-color css

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

 a { background-color: rgb(223,159,37); }

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

border-color css

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

 span { border-color: rgb(223,159,37); }

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