Html Css Color HEX #DFB222 Gold Tips

📋 copy color: '#DFB222'

red 223 ◦ green 178 ◦ blue 34

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

Shades of Gold Tips #DFB222

Tints of Gold Tips #DFB222

RGB

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

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

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

R = 51.26%
G = 40.92%
B = 7.82%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DFB222 (or 0xDFB222) is known color: Gold Tips. HEX triplet: DF, B2 and 22. RGB value is (223,178,34). Sum of RGB (Red+Green+Blue) = 223+178+34=435 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.26% from 435); Green value is 178 (69.92% from 255 or 40.92% from 435); Blue value is 34 (13.67% from 255 or 7.82% from 435); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB222 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFB222 is #204DDD. Grayscale: #AFAFAF. Windows color (decimal): -2117086 or 2274015. OLE color: 2274015.

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

Color convert

RGB 223 178 34 -
CMYK 0 0.20 0.85 0.13
HSL 45.71º 0.75% 0.5% -
HSV(B) 45.71º 0.85% 0.87% -
XYZ 46.64 47.64 8.25 -
YUV 175.04 48.41 162.21 -
System Red Green Blue C M Y K H S L
Decimal 223 178 34 0 0.20 0.85 0.13 45.71 0.75 0.5
Hex DF B2 22 0 14 55 D 2E 4B 32
Octal 337 262 42 0 24 125 15 56 113 62
Binary 11011111 10110010 100010 0 10100 1010101 1101 101110 1001011 110010

Color Harmonies of #DFB222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB222

Black with #DFB222

Text Example


Text Example

White with #DFB222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB222; }

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

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

background-color css

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

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

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

border-color css

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

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

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