Html Css Color HEX #DFAB23 Galliano

📋 copy color: '#DFAB23'

red 223 ◦ green 171 ◦ blue 35

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

Shades of Galliano #DFAB23

Tints of Galliano #DFAB23

RGB

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

 GREEN value IS 171 (67.19% from 255) = 39.86%

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

R = 51.98%
G = 39.86%
B = 8.16%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#DFAB23 (or 0xDFAB23) is known color: Galliano. HEX triplet: DF, AB and 23. RGB value is (223,171,35). Sum of RGB (Red+Green+Blue) = 223+171+35=429 (56% of max value = 765). Red value is 223 (87.5% from 255 or 51.98% from 429); Green value is 171 (67.19% from 255 or 39.86% from 429); Blue value is 35 (14.06% from 255 or 8.16% from 429); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAB23 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFAB23 is #2054DC. Grayscale: #ABABAB. Windows color (decimal): -2118877 or 2337759. OLE color: 2337759.

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

Color convert

RGB 223 171 35 -
CMYK 0 0.23 0.84 0.13
HSL 43.4º 0.75% 0.51% -
HSV(B) 43.4º 0.84% 0.87% -
XYZ 45.3 44.94 7.88 -
YUV 171.04 51.23 165.06 -
System Red Green Blue C M Y K H S L
Decimal 223 171 35 0 0.23 0.84 0.13 43.4 0.75 0.51
Hex DF AB 23 0 17 54 D 2B 4B 33
Octal 337 253 43 0 27 124 15 53 113 63
Binary 11011111 10101011 100011 0 10111 1010100 1101 101011 1001011 110011

Color Harmonies of #DFAB23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAB23

Black with #DFAB23

Text Example


Text Example

White with #DFAB23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAB23; }

 p { color: rgb(223,171,35); }

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

background-color css

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

 a { background-color: rgb(223,171,35); }

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

border-color css

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

 span { border-color: rgb(223,171,35); }

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