Html Css Color HEX #DFBA2C Gold Tips

📋 copy color: '#DFBA2C'

red 223 ◦ green 186 ◦ blue 44

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

Shades of Gold Tips #DFBA2C

Tints of Gold Tips #DFBA2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 9.71%

R = 49.23%
G = 41.06%
B = 9.71%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#DFBA2C (or 0xDFBA2C) is known color: Gold Tips. HEX triplet: DF, BA and 2C. RGB value is (223,186,44). Sum of RGB (Red+Green+Blue) = 223+186+44=453 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.23% from 453); Green value is 186 (73.05% from 255 or 41.06% from 453); Blue value is 44 (17.58% from 255 or 9.71% from 453); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBA2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFBA2C is #2045D3. Grayscale: #B5B5B5. Windows color (decimal): -2115028 or 2931423. OLE color: 2931423.

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

Color convert

RGB 223 186 44 -
CMYK 0 0.17 0.80 0.13
HSL 47.6º 0.74% 0.52% -
HSV(B) 47.6º 0.8% 0.87% -
XYZ 48.44 50.99 9.67 -
YUV 180.88 50.76 158.05 -
System Red Green Blue C M Y K H S L
Decimal 223 186 44 0 0.17 0.80 0.13 47.6 0.74 0.52
Hex DF BA 2C 0 11 50 D 30 4A 34
Octal 337 272 54 0 21 120 15 60 112 64
Binary 11011111 10111010 101100 0 10001 1010000 1101 110000 1001010 110100

Color Harmonies of #DFBA2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBA2C

Black with #DFBA2C

Text Example


Text Example

White with #DFBA2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBA2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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