Html Css Color HEX #DFBC2E Gold Tips

📋 copy color: '#DFBC2E'

red 223 ◦ green 188 ◦ blue 46

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

Shades of Gold Tips #DFBC2E

Tints of Gold Tips #DFBC2E

RGB

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

 GREEN value IS 188 (73.83% from 255) = 41.14%

 BLUE value IS 46 (18.36% from 255) = 10.07%

R = 48.8%
G = 41.14%
B = 10.07%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DFBC2E (or 0xDFBC2E) is known color: Gold Tips. HEX triplet: DF, BC and 2E. RGB value is (223,188,46). Sum of RGB (Red+Green+Blue) = 223+188+46=457 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.80% from 457); Green value is 188 (73.83% from 255 or 41.14% from 457); Blue value is 46 (18.36% from 255 or 10.07% from 457); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBC2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFBC2E is #2043D1. Grayscale: #B6B6B6. Windows color (decimal): -2114514 or 3063007. OLE color: 3063007.

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

Color convert

RGB 223 188 46 -
CMYK 0 0.16 0.79 0.13
HSL 48.14º 0.73% 0.53% -
HSV(B) 48.14º 0.79% 0.87% -
XYZ 48.91 51.85 10.02 -
YUV 182.28 51.1 157.05 -
System Red Green Blue C M Y K H S L
Decimal 223 188 46 0 0.16 0.79 0.13 48.14 0.73 0.53
Hex DF BC 2E 0 10 4F D 30 49 35
Octal 337 274 56 0 20 117 15 60 111 65
Binary 11011111 10111100 101110 0 10000 1001111 1101 110000 1001001 110101

Color Harmonies of #DFBC2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBC2E

Black with #DFBC2E

Text Example


Text Example

White with #DFBC2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBC2E; }

 p { color: rgb(223,188,46); }

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

background-color css

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

 a { background-color: rgb(223,188,46); }

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

border-color css

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

 span { border-color: rgb(223,188,46); }

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