Html Css Color HEX #DFB122 Gold Tips

📋 copy color: '#DFB122'

red 223 ◦ green 177 ◦ blue 34

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

Shades of Gold Tips #DFB122

Tints of Gold Tips #DFB122

RGB

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

 GREEN value IS 177 (69.53% from 255) = 40.78%

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

R = 51.38%
G = 40.78%
B = 7.83%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DFB122 (or 0xDFB122) is known color: Gold Tips. HEX triplet: DF, B1 and 22. RGB value is (223,177,34). Sum of RGB (Red+Green+Blue) = 223+177+34=434 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.38% from 434); Green value is 177 (69.53% from 255 or 40.78% from 434); Blue value is 34 (13.67% from 255 or 7.83% from 434); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB122 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFB122 is #204EDD. Grayscale: #AFAFAF. Windows color (decimal): -2117342 or 2273759. OLE color: 2273759.

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

Color convert

RGB 223 177 34 -
CMYK 0 0.21 0.85 0.13
HSL 45.4º 0.75% 0.5% -
HSV(B) 45.4º 0.85% 0.87% -
XYZ 46.44 47.25 8.19 -
YUV 174.45 48.74 162.63 -
System Red Green Blue C M Y K H S L
Decimal 223 177 34 0 0.21 0.85 0.13 45.4 0.75 0.5
Hex DF B1 22 0 15 55 D 2D 4B 32
Octal 337 261 42 0 25 125 15 55 113 62
Binary 11011111 10110001 100010 0 10101 1010101 1101 101101 1001011 110010

Color Harmonies of #DFB122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB122

Black with #DFB122

Text Example


Text Example

White with #DFB122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB122; }

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

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

background-color css

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

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

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

border-color css

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

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

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