Html Css Color HEX #DFB622 Gold Tips

📋 copy color: '#DFB622'

red 223 ◦ green 182 ◦ blue 34

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

Shades of Gold Tips #DFB622

Tints of Gold Tips #DFB622

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 7.74%

R = 50.8%
G = 41.46%
B = 7.74%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DFB622 (or 0xDFB622) is known color: Gold Tips. HEX triplet: DF, B6 and 22. RGB value is (223,182,34). Sum of RGB (Red+Green+Blue) = 223+182+34=439 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.80% from 439); Green value is 182 (71.48% from 255 or 41.46% from 439); Blue value is 34 (13.67% from 255 or 7.74% from 439); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB622 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB622 is #2049DD. Grayscale: #B2B2B2. Windows color (decimal): -2116062 or 2275039. OLE color: 2275039.

HSL color Cylindrical-coordinate representation of color #DFB622: hue angle of 46.98º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DFB622 is Cyan = 0, Magento = 0.18, Yellow = 0.85 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 182 34 -
CMYK 0 0.18 0.85 0.13
HSL 46.98º 0.75% 0.5% -
HSV(B) 46.98º 0.85% 0.87% -
XYZ 47.45 49.26 8.52 -
YUV 177.39 47.08 160.53 -
System Red Green Blue C M Y K H S L
Decimal 223 182 34 0 0.18 0.85 0.13 46.98 0.75 0.5
Hex DF B6 22 0 12 55 D 2F 4B 32
Octal 337 266 42 0 22 125 15 57 113 62
Binary 11011111 10110110 100010 0 10010 1010101 1101 101111 1001011 110010

Color Harmonies of #DFB622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB622

Black with #DFB622

Text Example


Text Example

White with #DFB622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB622; }

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

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

background-color css

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

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

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

border-color css

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

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

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