Html Css Color HEX #DFB42B Gold Tips

📋 copy color: '#DFB42B'

red 223 ◦ green 180 ◦ blue 43

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

Shades of Gold Tips #DFB42B

Tints of Gold Tips #DFB42B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 9.64%

R = 50%
G = 40.36%
B = 9.64%

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

#DFB42B (or 0xDFB42B) is known color: Gold Tips. HEX triplet: DF, B4 and 2B. RGB value is (223,180,43). Sum of RGB (Red+Green+Blue) = 223+180+43=446 (59% of max value = 765). Red value is 223 (87.5% from 255 or 50% from 446); Green value is 180 (70.70% from 255 or 40.36% from 446); Blue value is 43 (17.19% from 255 or 9.64% from 446); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB42B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB42B is #204BD4. Grayscale: #B1B1B1. Windows color (decimal): -2116565 or 2864351. OLE color: 2864351.

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

Color convert

RGB 223 180 43 -
CMYK 0 0.19 0.81 0.13
HSL 45.67º 0.74% 0.52% -
HSV(B) 45.67º 0.81% 0.87% -
XYZ 47.19 48.5 9.16 -
YUV 177.24 52.25 160.64 -
System Red Green Blue C M Y K H S L
Decimal 223 180 43 0 0.19 0.81 0.13 45.67 0.74 0.52
Hex DF B4 2B 0 13 51 D 2E 4A 34
Octal 337 264 53 0 23 121 15 56 112 64
Binary 11011111 10110100 101011 0 10011 1010001 1101 101110 1001010 110100

Color Harmonies of #DFB42B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB42B

Black with #DFB42B

Text Example


Text Example

White with #DFB42B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB42B; }

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

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

background-color css

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

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

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

border-color css

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

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

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