Html Css Color HEX #DFB32A Gold Tips

📋 copy color: '#DFB32A'

red 223 ◦ green 179 ◦ blue 42

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

Shades of Gold Tips #DFB32A

Tints of Gold Tips #DFB32A

RGB

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

 GREEN value IS 179 (70.31% from 255) = 40.32%

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

R = 50.23%
G = 40.32%
B = 9.46%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DFB32A (or 0xDFB32A) is known color: Gold Tips. HEX triplet: DF, B3 and 2A. RGB value is (223,179,42). Sum of RGB (Red+Green+Blue) = 223+179+42=444 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.23% from 444); Green value is 179 (70.31% from 255 or 40.32% from 444); Blue value is 42 (16.80% from 255 or 9.46% from 444); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB32A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB32A is #204CD5. Grayscale: #B1B1B1. Windows color (decimal): -2116822 or 2798559. OLE color: 2798559.

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

Color convert

RGB 223 179 42 -
CMYK 0 0.20 0.81 0.13
HSL 45.41º 0.74% 0.52% -
HSV(B) 45.41º 0.81% 0.87% -
XYZ 46.97 48.1 9 -
YUV 176.54 52.08 161.14 -
System Red Green Blue C M Y K H S L
Decimal 223 179 42 0 0.20 0.81 0.13 45.41 0.74 0.52
Hex DF B3 2A 0 14 51 D 2D 4A 34
Octal 337 263 52 0 24 121 15 55 112 64
Binary 11011111 10110011 101010 0 10100 1010001 1101 101101 1001010 110100

Color Harmonies of #DFB32A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB32A

Black with #DFB32A

Text Example


Text Example

White with #DFB32A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB32A; }

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

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

background-color css

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

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

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

border-color css

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

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

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