Html Css Color HEX #DFB123 Gold Tips

📋 copy color: '#DFB123'

red 223 ◦ green 177 ◦ blue 35

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

Shades of Gold Tips #DFB123

Tints of Gold Tips #DFB123

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 8.05%

R = 51.26%
G = 40.69%
B = 8.05%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#DFB123 (or 0xDFB123) is known color: Gold Tips. HEX triplet: DF, B1 and 23. RGB value is (223,177,35). Sum of RGB (Red+Green+Blue) = 223+177+35=435 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.26% from 435); Green value is 177 (69.53% from 255 or 40.69% from 435); Blue value is 35 (14.06% from 255 or 8.05% from 435); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB123 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFB123 is #204EDC. Grayscale: #AFAFAF. Windows color (decimal): -2117341 or 2339295. OLE color: 2339295.

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

Color convert

RGB 223 177 35 -
CMYK 0 0.21 0.84 0.13
HSL 45.32º 0.75% 0.51% -
HSV(B) 45.32º 0.84% 0.87% -
XYZ 46.46 47.25 8.26 -
YUV 174.57 49.24 162.55 -
System Red Green Blue C M Y K H S L
Decimal 223 177 35 0 0.21 0.84 0.13 45.32 0.75 0.51
Hex DF B1 23 0 15 54 D 2D 4B 33
Octal 337 261 43 0 25 124 15 55 113 63
Binary 11011111 10110001 100011 0 10101 1010100 1101 101101 1001011 110011

Color Harmonies of #DFB123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB123

Black with #DFB123

Text Example


Text Example

White with #DFB123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB123; }

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

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

background-color css

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

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

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

border-color css

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

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

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