Html Css Color HEX #DFB62F Gold Tips

📋 copy color: '#DFB62F'

red 223 ◦ green 182 ◦ blue 47

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

Shades of Gold Tips #DFB62F

Tints of Gold Tips #DFB62F

RGB

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

 GREEN value IS 182 (71.48% from 255) = 40.27%

 BLUE value IS 47 (18.75% from 255) = 10.4%

R = 49.34%
G = 40.27%
B = 10.4%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DFB62F (or 0xDFB62F) is known color: Gold Tips. HEX triplet: DF, B6 and 2F. RGB value is (223,182,47). Sum of RGB (Red+Green+Blue) = 223+182+47=452 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.34% from 452); Green value is 182 (71.48% from 255 or 40.27% from 452); Blue value is 47 (18.75% from 255 or 10.40% from 452); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB62F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB62F is #2049D0. Grayscale: #B3B3B3. Windows color (decimal): -2116049 or 3127007. OLE color: 3127007.

HSL color Cylindrical-coordinate representation of color #DFB62F: hue angle of 46.02º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DFB62F is Cyan = 0, Magento = 0.18, Yellow = 0.79 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 182 47 -
CMYK 0 0.18 0.79 0.13
HSL 46.02º 0.73% 0.53% -
HSV(B) 46.02º 0.79% 0.87% -
XYZ 47.67 49.35 9.7 -
YUV 178.87 53.58 159.48 -
System Red Green Blue C M Y K H S L
Decimal 223 182 47 0 0.18 0.79 0.13 46.02 0.73 0.53
Hex DF B6 2F 0 12 4F D 2E 49 35
Octal 337 266 57 0 22 117 15 56 111 65
Binary 11011111 10110110 101111 0 10010 1001111 1101 101110 1001001 110101

Color Harmonies of #DFB62F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB62F

Black with #DFB62F

Text Example


Text Example

White with #DFB62F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB62F; }

 p { color: rgb(223,182,47); }

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

background-color css

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

 a { background-color: rgb(223,182,47); }

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

border-color css

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

 span { border-color: rgb(223,182,47); }

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