Html Css Color HEX #DFB82A Gold Tips

📋 copy color: '#DFB82A'

red 223 ◦ green 184 ◦ blue 42

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

Shades of Gold Tips #DFB82A

Tints of Gold Tips #DFB82A

RGB

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

 GREEN value IS 184 (72.27% from 255) = 40.98%

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

R = 49.67%
G = 40.98%
B = 9.35%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DFB82A (or 0xDFB82A) is known color: Gold Tips. HEX triplet: DF, B8 and 2A. RGB value is (223,184,42). Sum of RGB (Red+Green+Blue) = 223+184+42=449 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.67% from 449); Green value is 184 (72.27% from 255 or 40.98% from 449); Blue value is 42 (16.80% from 255 or 9.35% from 449); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB82A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB82A is #2047D5. Grayscale: #B4B4B4. Windows color (decimal): -2115542 or 2799839. OLE color: 2799839.

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

Color convert

RGB 223 184 42 -
CMYK 0 0.17 0.81 0.13
HSL 47.07º 0.74% 0.52% -
HSV(B) 47.07º 0.81% 0.87% -
XYZ 47.99 50.14 9.34 -
YUV 179.47 50.42 159.05 -
System Red Green Blue C M Y K H S L
Decimal 223 184 42 0 0.17 0.81 0.13 47.07 0.74 0.52
Hex DF B8 2A 0 11 51 D 2F 4A 34
Octal 337 270 52 0 21 121 15 57 112 64
Binary 11011111 10111000 101010 0 10001 1010001 1101 101111 1001010 110100

Color Harmonies of #DFB82A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB82A

Black with #DFB82A

Text Example


Text Example

White with #DFB82A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB82A; }

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

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

background-color css

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

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

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

border-color css

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

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

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