Html Css Color HEX #DFBB29 Gold Tips

📋 copy color: '#DFBB29'

red 223 ◦ green 187 ◦ blue 41

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

Shades of Gold Tips #DFBB29

Tints of Gold Tips #DFBB29

RGB

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

 GREEN value IS 187 (73.44% from 255) = 41.46%

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

R = 49.45%
G = 41.46%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DFBB29 (or 0xDFBB29) is known color: Gold Tips. HEX triplet: DF, BB and 29. RGB value is (223,187,41). Sum of RGB (Red+Green+Blue) = 223+187+41=451 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.45% from 451); Green value is 187 (73.44% from 255 or 41.46% from 451); Blue value is 41 (16.41% from 255 or 9.09% from 451); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBB29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFBB29 is #2044D6. Grayscale: #B5B5B5. Windows color (decimal): -2114775 or 2735071. OLE color: 2735071.

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

Color convert

RGB 223 187 41 -
CMYK 0 0.16 0.82 0.13
HSL 48.13º 0.74% 0.52% -
HSV(B) 48.13º 0.82% 0.87% -
XYZ 48.6 51.39 9.46 -
YUV 181.12 48.93 157.87 -
System Red Green Blue C M Y K H S L
Decimal 223 187 41 0 0.16 0.82 0.13 48.13 0.74 0.52
Hex DF BB 29 0 10 52 D 30 4A 34
Octal 337 273 51 0 20 122 15 60 112 64
Binary 11011111 10111011 101001 0 10000 1010010 1101 110000 1001010 110100

Color Harmonies of #DFBB29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBB29

Black with #DFBB29

Text Example


Text Example

White with #DFBB29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBB29; }

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

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

background-color css

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

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

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

border-color css

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

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

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