Html Css Color HEX #DFAB25 Gold Tips

📋 copy color: '#DFAB25'

red 223 ◦ green 171 ◦ blue 37

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

Shades of Gold Tips #DFAB25

Tints of Gold Tips #DFAB25

RGB

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

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

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

R = 51.74%
G = 39.68%
B = 8.58%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DFAB25 (or 0xDFAB25) is known color: Gold Tips. HEX triplet: DF, AB and 25. RGB value is (223,171,37). Sum of RGB (Red+Green+Blue) = 223+171+37=431 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.74% from 431); Green value is 171 (67.19% from 255 or 39.68% from 431); Blue value is 37 (14.84% from 255 or 8.58% from 431); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAB25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFAB25 is #2054DA. Grayscale: #ABABAB. Windows color (decimal): -2118875 or 2468831. OLE color: 2468831.

HSL color Cylindrical-coordinate representation of color #DFAB25: hue angle of 43.23º 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 #DFAB25 is Cyan = 0, Magento = 0.23, Yellow = 0.83 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 171 37 -
CMYK 0 0.23 0.83 0.13
HSL 43.23º 0.74% 0.51% -
HSV(B) 43.23º 0.83% 0.87% -
XYZ 45.33 44.95 8.04 -
YUV 171.27 52.23 164.9 -
System Red Green Blue C M Y K H S L
Decimal 223 171 37 0 0.23 0.83 0.13 43.23 0.74 0.51
Hex DF AB 25 0 17 53 D 2B 4A 33
Octal 337 253 45 0 27 123 15 53 112 63
Binary 11011111 10101011 100101 0 10111 1010011 1101 101011 1001010 110011

Color Harmonies of #DFAB25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAB25

Black with #DFAB25

Text Example


Text Example

White with #DFAB25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAB25; }

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

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

background-color css

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

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

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

border-color css

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

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

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