Html Css Color HEX #DFB42A Gold Tips

📋 copy color: '#DFB42A'

red 223 ◦ green 180 ◦ blue 42

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

Shades of Gold Tips #DFB42A

Tints of Gold Tips #DFB42A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 9.44%

R = 50.11%
G = 40.45%
B = 9.44%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DFB42A (or 0xDFB42A) is known color: Gold Tips. HEX triplet: DF, B4 and 2A. RGB value is (223,180,42). Sum of RGB (Red+Green+Blue) = 223+180+42=445 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.11% from 445); Green value is 180 (70.70% from 255 or 40.45% from 445); Blue value is 42 (16.80% from 255 or 9.44% from 445); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB42A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB42A is #204BD5. Grayscale: #B1B1B1. Windows color (decimal): -2116566 or 2798815. OLE color: 2798815.

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

Color convert

RGB 223 180 42 -
CMYK 0 0.19 0.81 0.13
HSL 45.75º 0.74% 0.52% -
HSV(B) 45.75º 0.81% 0.87% -
XYZ 47.17 48.5 9.07 -
YUV 177.13 51.75 160.72 -
System Red Green Blue C M Y K H S L
Decimal 223 180 42 0 0.19 0.81 0.13 45.75 0.74 0.52
Hex DF B4 2A 0 13 51 D 2E 4A 34
Octal 337 264 52 0 23 121 15 56 112 64
Binary 11011111 10110100 101010 0 10011 1010001 1101 101110 1001010 110100

Color Harmonies of #DFB42A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB42A

Black with #DFB42A

Text Example


Text Example

White with #DFB42A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB42A; }

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

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

background-color css

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

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

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

border-color css

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

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

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