Html Css Color HEX #DFBD2A Gold Tips

📋 copy color: '#DFBD2A'

red 223 ◦ green 189 ◦ blue 42

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

Shades of Gold Tips #DFBD2A

Tints of Gold Tips #DFBD2A

RGB

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

 GREEN value IS 189 (74.22% from 255) = 41.63%

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

R = 49.12%
G = 41.63%
B = 9.25%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DFBD2A (or 0xDFBD2A) is known color: Gold Tips. HEX triplet: DF, BD and 2A. RGB value is (223,189,42). Sum of RGB (Red+Green+Blue) = 223+189+42=454 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.12% from 454); Green value is 189 (74.22% from 255 or 41.63% from 454); Blue value is 42 (16.80% from 255 or 9.25% from 454); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBD2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFBD2A is #2042D5. Grayscale: #B7B7B7. Windows color (decimal): -2114262 or 2801119. OLE color: 2801119.

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

Color convert

RGB 223 189 42 -
CMYK 0 0.15 0.81 0.13
HSL 48.73º 0.74% 0.52% -
HSV(B) 48.73º 0.81% 0.87% -
XYZ 49.05 52.25 9.69 -
YUV 182.41 48.76 156.95 -
System Red Green Blue C M Y K H S L
Decimal 223 189 42 0 0.15 0.81 0.13 48.73 0.74 0.52
Hex DF BD 2A 0 F 51 D 31 4A 34
Octal 337 275 52 0 17 121 15 61 112 64
Binary 11011111 10111101 101010 0 1111 1010001 1101 110001 1001010 110100

Color Harmonies of #DFBD2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBD2A

Black with #DFBD2A

Text Example


Text Example

White with #DFBD2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBD2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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