Html Css Color HEX #DFBA32 Gold Tips

📋 copy color: '#DFBA32'

red 223 ◦ green 186 ◦ blue 50

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

Shades of Gold Tips #DFBA32

Tints of Gold Tips #DFBA32

RGB

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

 GREEN value IS 186 (73.05% from 255) = 40.52%

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

R = 48.58%
G = 40.52%
B = 10.89%

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

#DFBA32 (or 0xDFBA32) is known color: Gold Tips. HEX triplet: DF, BA and 32. RGB value is (223,186,50). Sum of RGB (Red+Green+Blue) = 223+186+50=459 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.58% from 459); Green value is 186 (73.05% from 255 or 40.52% from 459); Blue value is 50 (19.92% from 255 or 10.89% from 459); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBA32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFBA32 is #2045CD. Grayscale: #B6B6B6. Windows color (decimal): -2115022 or 3324639. OLE color: 3324639.

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

Color convert

RGB 223 186 50 -
CMYK 0 0.17 0.78 0.13
HSL 47.17º 0.73% 0.54% -
HSV(B) 47.17º 0.78% 0.87% -
XYZ 48.57 51.04 10.31 -
YUV 181.56 53.76 157.56 -
System Red Green Blue C M Y K H S L
Decimal 223 186 50 0 0.17 0.78 0.13 47.17 0.73 0.54
Hex DF BA 32 0 11 4E D 2F 49 36
Octal 337 272 62 0 21 116 15 57 111 66
Binary 11011111 10111010 110010 0 10001 1001110 1101 101111 1001001 110110

Color Harmonies of #DFBA32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBA32

Black with #DFBA32

Text Example


Text Example

White with #DFBA32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBA32; }

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

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

background-color css

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

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

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

border-color css

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

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

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