Html Css Color HEX #DFB832 Gold Tips

📋 copy color: '#DFB832'

red 223 ◦ green 184 ◦ blue 50

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

Shades of Gold Tips #DFB832

Tints of Gold Tips #DFB832

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 10.94%

R = 48.8%
G = 40.26%
B = 10.94%

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

#DFB832 (or 0xDFB832) is known color: Gold Tips. HEX triplet: DF, B8 and 32. RGB value is (223,184,50). Sum of RGB (Red+Green+Blue) = 223+184+50=457 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.80% from 457); Green value is 184 (72.27% from 255 or 40.26% from 457); Blue value is 50 (19.92% from 255 or 10.94% from 457); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB832 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB832 is #2047CD. Grayscale: #B4B4B4. Windows color (decimal): -2115534 or 3324127. OLE color: 3324127.

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

Color convert

RGB 223 184 50 -
CMYK 0 0.17 0.78 0.13
HSL 46.47º 0.73% 0.54% -
HSV(B) 46.47º 0.78% 0.87% -
XYZ 48.15 50.2 10.17 -
YUV 180.39 54.42 158.4 -
System Red Green Blue C M Y K H S L
Decimal 223 184 50 0 0.17 0.78 0.13 46.47 0.73 0.54
Hex DF B8 32 0 11 4E D 2E 49 36
Octal 337 270 62 0 21 116 15 56 111 66
Binary 11011111 10111000 110010 0 10001 1001110 1101 101110 1001001 110110

Color Harmonies of #DFB832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB832

Black with #DFB832

Text Example


Text Example

White with #DFB832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB832; }

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

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

background-color css

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

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

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

border-color css

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

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

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