Html Css Color HEX #DFAB28 Gold Tips

📋 copy color: '#DFAB28'

red 223 ◦ green 171 ◦ blue 40

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

Shades of Gold Tips #DFAB28

Tints of Gold Tips #DFAB28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 9.22%

R = 51.38%
G = 39.4%
B = 9.22%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DFAB28 (or 0xDFAB28) is known color: Gold Tips. HEX triplet: DF, AB and 28. RGB value is (223,171,40). Sum of RGB (Red+Green+Blue) = 223+171+40=434 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.38% from 434); Green value is 171 (67.19% from 255 or 39.40% from 434); Blue value is 40 (16.02% from 255 or 9.22% from 434); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAB28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFAB28 is #2054D7. Grayscale: #ACACAC. Windows color (decimal): -2118872 or 2665439. OLE color: 2665439.

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

Color convert

RGB 223 171 40 -
CMYK 0 0.23 0.82 0.13
HSL 42.95º 0.74% 0.52% -
HSV(B) 42.95º 0.82% 0.87% -
XYZ 45.38 44.97 8.3 -
YUV 171.61 53.73 164.65 -
System Red Green Blue C M Y K H S L
Decimal 223 171 40 0 0.23 0.82 0.13 42.95 0.74 0.52
Hex DF AB 28 0 17 52 D 2B 4A 34
Octal 337 253 50 0 27 122 15 53 112 64
Binary 11011111 10101011 101000 0 10111 1010010 1101 101011 1001010 110100

Color Harmonies of #DFAB28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAB28

Black with #DFAB28

Text Example


Text Example

White with #DFAB28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAB28; }

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

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

background-color css

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

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

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

border-color css

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

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

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