Html Css Color HEX #DFB42E Gold Tips

📋 copy color: '#DFB42E'

red 223 ◦ green 180 ◦ blue 46

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

Shades of Gold Tips #DFB42E

Tints of Gold Tips #DFB42E

RGB

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

 GREEN value IS 180 (70.7% from 255) = 40.09%

 BLUE value IS 46 (18.36% from 255) = 10.24%

R = 49.67%
G = 40.09%
B = 10.24%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DFB42E (or 0xDFB42E) is known color: Gold Tips. HEX triplet: DF, B4 and 2E. RGB value is (223,180,46). Sum of RGB (Red+Green+Blue) = 223+180+46=449 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.67% from 449); Green value is 180 (70.70% from 255 or 40.09% from 449); Blue value is 46 (18.36% from 255 or 10.24% from 449); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB42E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB42E is #204BD1. Grayscale: #B2B2B2. Windows color (decimal): -2116562 or 3060959. OLE color: 3060959.

HSL color Cylindrical-coordinate representation of color #DFB42E: hue angle of 45.42º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DFB42E is Cyan = 0, Magento = 0.19, Yellow = 0.79 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 180 46 -
CMYK 0 0.19 0.79 0.13
HSL 45.42º 0.73% 0.53% -
HSV(B) 45.42º 0.79% 0.87% -
XYZ 47.25 48.53 9.46 -
YUV 177.58 53.75 160.4 -
System Red Green Blue C M Y K H S L
Decimal 223 180 46 0 0.19 0.79 0.13 45.42 0.73 0.53
Hex DF B4 2E 0 13 4F D 2D 49 35
Octal 337 264 56 0 23 117 15 55 111 65
Binary 11011111 10110100 101110 0 10011 1001111 1101 101101 1001001 110101

Color Harmonies of #DFB42E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB42E

Black with #DFB42E

Text Example


Text Example

White with #DFB42E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB42E; }

 p { color: rgb(223,180,46); }

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

background-color css

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

 a { background-color: rgb(223,180,46); }

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

border-color css

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

 span { border-color: rgb(223,180,46); }

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