Html Css Color HEX #DFB830 Gold Tips

📋 copy color: '#DFB830'

red 223 ◦ green 184 ◦ blue 48

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

Shades of Gold Tips #DFB830

Tints of Gold Tips #DFB830

RGB

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

 GREEN value IS 184 (72.27% from 255) = 40.44%

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

R = 49.01%
G = 40.44%
B = 10.55%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DFB830 (or 0xDFB830) is known color: Gold Tips. HEX triplet: DF, B8 and 30. RGB value is (223,184,48). Sum of RGB (Red+Green+Blue) = 223+184+48=455 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.01% from 455); Green value is 184 (72.27% from 255 or 40.44% from 455); Blue value is 48 (19.14% from 255 or 10.55% from 455); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB830 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB830 is #2047CF. Grayscale: #B4B4B4. Windows color (decimal): -2115536 or 3193055. OLE color: 3193055.

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

Color convert

RGB 223 184 48 -
CMYK 0 0.17 0.78 0.13
HSL 46.63º 0.73% 0.53% -
HSV(B) 46.63º 0.78% 0.87% -
XYZ 48.11 50.18 9.95 -
YUV 180.16 53.42 158.56 -
System Red Green Blue C M Y K H S L
Decimal 223 184 48 0 0.17 0.78 0.13 46.63 0.73 0.53
Hex DF B8 30 0 11 4E D 2F 49 35
Octal 337 270 60 0 21 116 15 57 111 65
Binary 11011111 10111000 110000 0 10001 1001110 1101 101111 1001001 110101

Color Harmonies of #DFB830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB830

Black with #DFB830

Text Example


Text Example

White with #DFB830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB830; }

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

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

background-color css

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

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

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

border-color css

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

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

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