Html Css Color HEX #DFB822 Gold Tips

📋 copy color: '#DFB822'

red 223 ◦ green 184 ◦ blue 34

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

Shades of Gold Tips #DFB822

Tints of Gold Tips #DFB822

RGB

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

 GREEN value IS 184 (72.27% from 255) = 41.72%

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

R = 50.57%
G = 41.72%
B = 7.71%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DFB822 (or 0xDFB822) is known color: Gold Tips. HEX triplet: DF, B8 and 22. RGB value is (223,184,34). Sum of RGB (Red+Green+Blue) = 223+184+34=441 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.57% from 441); Green value is 184 (72.27% from 255 or 41.72% from 441); Blue value is 34 (13.67% from 255 or 7.71% from 441); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB822 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB822 is #2047DD. Grayscale: #B3B3B3. Windows color (decimal): -2115550 or 2275551. OLE color: 2275551.

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

Color convert

RGB 223 184 34 -
CMYK 0 0.17 0.85 0.13
HSL 47.62º 0.75% 0.5% -
HSV(B) 47.62º 0.85% 0.87% -
XYZ 47.86 50.08 8.66 -
YUV 178.56 46.42 159.7 -
System Red Green Blue C M Y K H S L
Decimal 223 184 34 0 0.17 0.85 0.13 47.62 0.75 0.5
Hex DF B8 22 0 11 55 D 30 4B 32
Octal 337 270 42 0 21 125 15 60 113 62
Binary 11011111 10111000 100010 0 10001 1010101 1101 110000 1001011 110010

Color Harmonies of #DFB822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB822

Black with #DFB822

Text Example


Text Example

White with #DFB822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB822; }

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

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

background-color css

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

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

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

border-color css

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

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

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