Html Css Color HEX #DFB229 Gold Tips

📋 copy color: '#DFB229'

red 223 ◦ green 178 ◦ blue 41

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

Shades of Gold Tips #DFB229

Tints of Gold Tips #DFB229

RGB

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

 GREEN value IS 178 (69.92% from 255) = 40.27%

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

R = 50.45%
G = 40.27%
B = 9.28%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DFB229 (or 0xDFB229) is known color: Gold Tips. HEX triplet: DF, B2 and 29. RGB value is (223,178,41). Sum of RGB (Red+Green+Blue) = 223+178+41=442 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.45% from 442); Green value is 178 (69.92% from 255 or 40.27% from 442); Blue value is 41 (16.41% from 255 or 9.28% from 442); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB229 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFB229 is #204DD6. Grayscale: #B0B0B0. Windows color (decimal): -2117079 or 2732767. OLE color: 2732767.

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

Color convert

RGB 223 178 41 -
CMYK 0 0.20 0.82 0.13
HSL 45.16º 0.74% 0.52% -
HSV(B) 45.16º 0.82% 0.87% -
XYZ 46.75 47.69 8.84 -
YUV 175.84 51.91 161.64 -
System Red Green Blue C M Y K H S L
Decimal 223 178 41 0 0.20 0.82 0.13 45.16 0.74 0.52
Hex DF B2 29 0 14 52 D 2D 4A 34
Octal 337 262 51 0 24 122 15 55 112 64
Binary 11011111 10110010 101001 0 10100 1010010 1101 101101 1001010 110100

Color Harmonies of #DFB229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB229

Black with #DFB229

Text Example


Text Example

White with #DFB229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB229; }

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

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

background-color css

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

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

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

border-color css

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

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

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