Html Css Color HEX #DFB130 Gold Tips

📋 copy color: '#DFB130'

red 223 ◦ green 177 ◦ blue 48

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

Shades of Gold Tips #DFB130

Tints of Gold Tips #DFB130

RGB

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

 GREEN value IS 177 (69.53% from 255) = 39.51%

 BLUE value IS 48 (19.14% from 255) = 10.71%

R = 49.78%
G = 39.51%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DFB130 (or 0xDFB130) is known color: Gold Tips. HEX triplet: DF, B1 and 30. RGB value is (223,177,48). Sum of RGB (Red+Green+Blue) = 223+177+48=448 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.78% from 448); Green value is 177 (69.53% from 255 or 39.51% from 448); Blue value is 48 (19.14% from 255 or 10.71% from 448); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB130 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFB130 is #204ECF. Grayscale: #B0B0B0. Windows color (decimal): -2117328 or 3191263. OLE color: 3191263.

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

Color convert

RGB 223 177 48 -
CMYK 0 0.21 0.78 0.13
HSL 44.23º 0.73% 0.53% -
HSV(B) 44.23º 0.78% 0.87% -
XYZ 46.69 47.35 9.47 -
YUV 176.05 55.74 161.49 -
System Red Green Blue C M Y K H S L
Decimal 223 177 48 0 0.21 0.78 0.13 44.23 0.73 0.53
Hex DF B1 30 0 15 4E D 2C 49 35
Octal 337 261 60 0 25 116 15 54 111 65
Binary 11011111 10110001 110000 0 10101 1001110 1101 101100 1001001 110101

Color Harmonies of #DFB130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB130

Black with #DFB130

Text Example


Text Example

White with #DFB130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB130; }

 p { color: rgb(223,177,48); }

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

background-color css

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

 a { background-color: rgb(223,177,48); }

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

border-color css

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

 span { border-color: rgb(223,177,48); }

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