Html Css Color HEX #DFB01F Gold Tips

📋 copy color: '#DFB01F'

red 223 ◦ green 176 ◦ blue 31

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

Shades of Gold Tips #DFB01F

Tints of Gold Tips #DFB01F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 7.21%

R = 51.86%
G = 40.93%
B = 7.21%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DFB01F (or 0xDFB01F) is known color: Gold Tips. HEX triplet: DF, B0 and 1F. RGB value is (223,176,31). Sum of RGB (Red+Green+Blue) = 223+176+31=430 (56% of max value = 765). Red value is 223 (87.5% from 255 or 51.86% from 430); Green value is 176 (69.14% from 255 or 40.93% from 430); Blue value is 31 (12.5% from 255 or 7.21% from 430); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB01F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFB01F is #204FE0. Grayscale: #AEAEAE. Windows color (decimal): -2117601 or 2076895. OLE color: 2076895.

HSL color Cylindrical-coordinate representation of color #DFB01F: hue angle of 45.31º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DFB01F is Cyan = 0, Magento = 0.21, Yellow = 0.86 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 176 31 -
CMYK 0 0.21 0.86 0.13
HSL 45.31º 0.76% 0.5% -
HSV(B) 45.31º 0.86% 0.87% -
XYZ 46.2 46.84 7.9 -
YUV 173.52 47.57 163.29 -
System Red Green Blue C M Y K H S L
Decimal 223 176 31 0 0.21 0.86 0.13 45.31 0.76 0.5
Hex DF B0 1F 0 15 56 D 2D 4C 32
Octal 337 260 37 0 25 126 15 55 114 62
Binary 11011111 10110000 11111 0 10101 1010110 1101 101101 1001100 110010

Color Harmonies of #DFB01F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB01F

Black with #DFB01F

Text Example


Text Example

White with #DFB01F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB01F; }

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

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

background-color css

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

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

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

border-color css

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

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

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