Html Css Color HEX #DFAB2A Gold Tips

📋 copy color: '#DFAB2A'

red 223 ◦ green 171 ◦ blue 42

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

Shades of Gold Tips #DFAB2A

Tints of Gold Tips #DFAB2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 9.63%

R = 51.15%
G = 39.22%
B = 9.63%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DFAB2A (or 0xDFAB2A) is known color: Gold Tips. HEX triplet: DF, AB and 2A. RGB value is (223,171,42). Sum of RGB (Red+Green+Blue) = 223+171+42=436 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.15% from 436); Green value is 171 (67.19% from 255 or 39.22% from 436); Blue value is 42 (16.80% from 255 or 9.63% from 436); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAB2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFAB2A is #2054D5. Grayscale: #ACACAC. Windows color (decimal): -2118870 or 2796511. OLE color: 2796511.

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

Color convert

RGB 223 171 42 -
CMYK 0 0.23 0.81 0.13
HSL 42.76º 0.74% 0.52% -
HSV(B) 42.76º 0.81% 0.87% -
XYZ 45.41 44.98 8.48 -
YUV 171.84 54.73 164.49 -
System Red Green Blue C M Y K H S L
Decimal 223 171 42 0 0.23 0.81 0.13 42.76 0.74 0.52
Hex DF AB 2A 0 17 51 D 2B 4A 34
Octal 337 253 52 0 27 121 15 53 112 64
Binary 11011111 10101011 101010 0 10111 1010001 1101 101011 1001010 110100

Color Harmonies of #DFAB2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAB2A

Black with #DFAB2A

Text Example


Text Example

White with #DFAB2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAB2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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