Html Css Color HEX #DFBE29 Gold Tips

📋 copy color: '#DFBE29'

red 223 ◦ green 190 ◦ blue 41

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

Shades of Gold Tips #DFBE29

Tints of Gold Tips #DFBE29

RGB

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

 GREEN value IS 190 (74.61% from 255) = 41.85%

 BLUE value IS 41 (16.41% from 255) = 9.03%

R = 49.12%
G = 41.85%
B = 9.03%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DFBE29 (or 0xDFBE29) is known color: Gold Tips. HEX triplet: DF, BE and 29. RGB value is (223,190,41). Sum of RGB (Red+Green+Blue) = 223+190+41=454 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.12% from 454); Green value is 190 (74.61% from 255 or 41.85% from 454); Blue value is 41 (16.41% from 255 or 9.03% from 454); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBE29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFBE29 is #2041D6. Grayscale: #B7B7B7. Windows color (decimal): -2114007 or 2735839. OLE color: 2735839.

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

Color convert

RGB 223 190 41 -
CMYK 0 0.15 0.82 0.13
HSL 49.12º 0.74% 0.52% -
HSV(B) 49.12º 0.82% 0.87% -
XYZ 49.25 52.67 9.67 -
YUV 182.88 47.93 156.62 -
System Red Green Blue C M Y K H S L
Decimal 223 190 41 0 0.15 0.82 0.13 49.12 0.74 0.52
Hex DF BE 29 0 F 52 D 31 4A 34
Octal 337 276 51 0 17 122 15 61 112 64
Binary 11011111 10111110 101001 0 1111 1010010 1101 110001 1001010 110100

Color Harmonies of #DFBE29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBE29

Black with #DFBE29

Text Example


Text Example

White with #DFBE29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBE29; }

 p { color: rgb(223,190,41); }

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

background-color css

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

 a { background-color: rgb(223,190,41); }

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

border-color css

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

 span { border-color: rgb(223,190,41); }

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