Html Css Color HEX #DFB52B Gold Tips

📋 copy color: '#DFB52B'

red 223 ◦ green 181 ◦ blue 43

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

Shades of Gold Tips #DFB52B

Tints of Gold Tips #DFB52B

RGB

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

 GREEN value IS 181 (71.09% from 255) = 40.49%

 BLUE value IS 43 (17.19% from 255) = 9.62%

R = 49.89%
G = 40.49%
B = 9.62%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DFB52B (or 0xDFB52B) is known color: Gold Tips. HEX triplet: DF, B5 and 2B. RGB value is (223,181,43). Sum of RGB (Red+Green+Blue) = 223+181+43=447 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.89% from 447); Green value is 181 (71.09% from 255 or 40.49% from 447); Blue value is 43 (17.19% from 255 or 9.62% from 447); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB52B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB52B is #204AD4. Grayscale: #B2B2B2. Windows color (decimal): -2116309 or 2864607. OLE color: 2864607.

HSL color Cylindrical-coordinate representation of color #DFB52B: hue angle of 46º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DFB52B is Cyan = 0, Magento = 0.19, Yellow = 0.81 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 181 43 -
CMYK 0 0.19 0.81 0.13
HSL 46º 0.74% 0.52% -
HSV(B) 46º 0.81% 0.87% -
XYZ 47.39 48.91 9.23 -
YUV 177.83 51.91 160.22 -
System Red Green Blue C M Y K H S L
Decimal 223 181 43 0 0.19 0.81 0.13 46 0.74 0.52
Hex DF B5 2B 0 13 51 D 2E 4A 34
Octal 337 265 53 0 23 121 15 56 112 64
Binary 11011111 10110101 101011 0 10011 1010001 1101 101110 1001010 110100

Color Harmonies of #DFB52B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB52B

Black with #DFB52B

Text Example


Text Example

White with #DFB52B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB52B; }

 p { color: rgb(223,181,43); }

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

background-color css

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

 a { background-color: rgb(223,181,43); }

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

border-color css

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

 span { border-color: rgb(223,181,43); }

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