Html Css Color HEX #DFB730 Gold Tips

📋 copy color: '#DFB730'

red 223 ◦ green 183 ◦ blue 48

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

Shades of Gold Tips #DFB730

Tints of Gold Tips #DFB730

RGB

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

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

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

R = 49.12%
G = 40.31%
B = 10.57%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DFB730 (or 0xDFB730) is known color: Gold Tips. HEX triplet: DF, B7 and 30. RGB value is (223,183,48). Sum of RGB (Red+Green+Blue) = 223+183+48=454 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.12% from 454); Green value is 183 (71.88% from 255 or 40.31% from 454); Blue value is 48 (19.14% from 255 or 10.57% from 454); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB730 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB730 is #2048CF. Grayscale: #B4B4B4. Windows color (decimal): -2115792 or 3192799. OLE color: 3192799.

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

Color convert

RGB 223 183 48 -
CMYK 0 0.18 0.78 0.13
HSL 46.29º 0.73% 0.53% -
HSV(B) 46.29º 0.78% 0.87% -
XYZ 47.9 49.77 9.88 -
YUV 179.57 53.75 158.98 -
System Red Green Blue C M Y K H S L
Decimal 223 183 48 0 0.18 0.78 0.13 46.29 0.73 0.53
Hex DF B7 30 0 12 4E D 2E 49 35
Octal 337 267 60 0 22 116 15 56 111 65
Binary 11011111 10110111 110000 0 10010 1001110 1101 101110 1001001 110101

Color Harmonies of #DFB730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB730

Black with #DFB730

Text Example


Text Example

White with #DFB730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB730; }

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

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

background-color css

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

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

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

border-color css

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

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

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