Html Css Color HEX #DFBD2B Gold Tips

📋 copy color: '#DFBD2B'

red 223 ◦ green 189 ◦ blue 43

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

Shades of Gold Tips #DFBD2B

Tints of Gold Tips #DFBD2B

RGB

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

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

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

R = 49.01%
G = 41.54%
B = 9.45%

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

#DFBD2B (or 0xDFBD2B) is known color: Gold Tips. HEX triplet: DF, BD and 2B. RGB value is (223,189,43). Sum of RGB (Red+Green+Blue) = 223+189+43=455 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.01% from 455); Green value is 189 (74.22% from 255 or 41.54% from 455); Blue value is 43 (17.19% from 255 or 9.45% from 455); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBD2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFBD2B is #2042D4. Grayscale: #B7B7B7. Windows color (decimal): -2114261 or 2866655. OLE color: 2866655.

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

Color convert

RGB 223 189 43 -
CMYK 0 0.15 0.81 0.13
HSL 48.67º 0.74% 0.52% -
HSV(B) 48.67º 0.81% 0.87% -
XYZ 49.07 52.26 9.79 -
YUV 182.52 49.26 156.87 -
System Red Green Blue C M Y K H S L
Decimal 223 189 43 0 0.15 0.81 0.13 48.67 0.74 0.52
Hex DF BD 2B 0 F 51 D 31 4A 34
Octal 337 275 53 0 17 121 15 61 112 64
Binary 11011111 10111101 101011 0 1111 1010001 1101 110001 1001010 110100

Color Harmonies of #DFBD2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBD2B

Black with #DFBD2B

Text Example


Text Example

White with #DFBD2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBD2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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