Html Css Color HEX #DFB72A Gold Tips

📋 copy color: '#DFB72A'

red 223 ◦ green 183 ◦ blue 42

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

Shades of Gold Tips #DFB72A

Tints of Gold Tips #DFB72A

RGB

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

 GREEN value IS 183 (71.88% from 255) = 40.85%

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

R = 49.78%
G = 40.85%
B = 9.38%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DFB72A (or 0xDFB72A) is known color: Gold Tips. HEX triplet: DF, B7 and 2A. RGB value is (223,183,42). Sum of RGB (Red+Green+Blue) = 223+183+42=448 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.78% from 448); Green value is 183 (71.88% from 255 or 40.85% from 448); Blue value is 42 (16.80% from 255 or 9.38% from 448); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB72A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB72A is #2048D5. Grayscale: #B3B3B3. Windows color (decimal): -2115798 or 2799583. OLE color: 2799583.

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

Color convert

RGB 223 183 42 -
CMYK 0 0.18 0.81 0.13
HSL 46.74º 0.74% 0.52% -
HSV(B) 46.74º 0.81% 0.87% -
XYZ 47.78 49.72 9.27 -
YUV 178.89 50.75 159.46 -
System Red Green Blue C M Y K H S L
Decimal 223 183 42 0 0.18 0.81 0.13 46.74 0.74 0.52
Hex DF B7 2A 0 12 51 D 2F 4A 34
Octal 337 267 52 0 22 121 15 57 112 64
Binary 11011111 10110111 101010 0 10010 1010001 1101 101111 1001010 110100

Color Harmonies of #DFB72A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB72A

Black with #DFB72A

Text Example


Text Example

White with #DFB72A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB72A; }

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

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

background-color css

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

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

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

border-color css

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

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

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