Html Css Color HEX #DFB629 Gold Tips

📋 copy color: '#DFB629'

red 223 ◦ green 182 ◦ blue 41

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

Shades of Gold Tips #DFB629

Tints of Gold Tips #DFB629

RGB

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

 GREEN value IS 182 (71.48% from 255) = 40.81%

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

R = 50%
G = 40.81%
B = 9.19%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DFB629 (or 0xDFB629) is known color: Gold Tips. HEX triplet: DF, B6 and 29. RGB value is (223,182,41). Sum of RGB (Red+Green+Blue) = 223+182+41=446 (59% of max value = 765). Red value is 223 (87.5% from 255 or 50% from 446); Green value is 182 (71.48% from 255 or 40.81% from 446); Blue value is 41 (16.41% from 255 or 9.19% from 446); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB629 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB629 is #2049D6. Grayscale: #B2B2B2. Windows color (decimal): -2116055 or 2733791. OLE color: 2733791.

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

Color convert

RGB 223 182 41 -
CMYK 0 0.18 0.82 0.13
HSL 46.48º 0.74% 0.52% -
HSV(B) 46.48º 0.82% 0.87% -
XYZ 47.56 49.3 9.11 -
YUV 178.19 50.58 159.96 -
System Red Green Blue C M Y K H S L
Decimal 223 182 41 0 0.18 0.82 0.13 46.48 0.74 0.52
Hex DF B6 29 0 12 52 D 2E 4A 34
Octal 337 266 51 0 22 122 15 56 112 64
Binary 11011111 10110110 101001 0 10010 1010010 1101 101110 1001010 110100

Color Harmonies of #DFB629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB629

Black with #DFB629

Text Example


Text Example

White with #DFB629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB629; }

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

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

background-color css

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

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

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

border-color css

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

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

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