Html Css Color HEX #DFB02F Gold Tips

📋 copy color: '#DFB02F'

red 223 ◦ green 176 ◦ blue 47

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

Shades of Gold Tips #DFB02F

Tints of Gold Tips #DFB02F

RGB

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

 GREEN value IS 176 (69.14% from 255) = 39.46%

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

R = 50%
G = 39.46%
B = 10.54%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DFB02F (or 0xDFB02F) is known color: Gold Tips. HEX triplet: DF, B0 and 2F. RGB value is (223,176,47). Sum of RGB (Red+Green+Blue) = 223+176+47=446 (59% of max value = 765). Red value is 223 (87.5% from 255 or 50% from 446); Green value is 176 (69.14% from 255 or 39.46% from 446); Blue value is 47 (18.75% from 255 or 10.54% from 446); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB02F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFB02F is #204FD0. Grayscale: #AFAFAF. Windows color (decimal): -2117585 or 3125471. OLE color: 3125471.

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

Color convert

RGB 223 176 47 -
CMYK 0 0.21 0.79 0.13
HSL 43.98º 0.73% 0.53% -
HSV(B) 43.98º 0.79% 0.87% -
XYZ 46.47 46.94 9.3 -
YUV 175.35 55.57 161.99 -
System Red Green Blue C M Y K H S L
Decimal 223 176 47 0 0.21 0.79 0.13 43.98 0.73 0.53
Hex DF B0 2F 0 15 4F D 2C 49 35
Octal 337 260 57 0 25 117 15 54 111 65
Binary 11011111 10110000 101111 0 10101 1001111 1101 101100 1001001 110101

Color Harmonies of #DFB02F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB02F

Black with #DFB02F

Text Example


Text Example

White with #DFB02F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB02F; }

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

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

background-color css

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

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

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

border-color css

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

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

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