Html Css Color HEX #DFBD5D Tacha

📋 copy color: '#DFBD5D'

red 223 ◦ green 189 ◦ blue 93

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

Shades of Tacha #DFBD5D

Tints of Tacha #DFBD5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 18.42%

R = 44.16%
G = 37.43%
B = 18.42%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DFBD5D (or 0xDFBD5D) is known color: Tacha. HEX triplet: DF, BD and 5D. RGB value is (223,189,93). Sum of RGB (Red+Green+Blue) = 223+189+93=505 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.16% from 505); Green value is 189 (74.22% from 255 or 37.43% from 505); Blue value is 93 (36.72% from 255 or 18.42% from 505); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBD5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFBD5D is #2042A2. Grayscale: #BCBCBC. Windows color (decimal): -2114211 or 6143455. OLE color: 6143455.

HSL color Cylindrical-coordinate representation of color #DFBD5D: hue angle of 44.31º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DFBD5D is Cyan = 0, Magento = 0.15, Yellow = 0.58 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 189 93 -
CMYK 0 0.15 0.58 0.13
HSL 44.31º 0.67% 0.62% -
HSV(B) 44.31º 0.58% 0.87% -
XYZ 50.6 52.87 17.89 -
YUV 188.22 74.26 152.81 -
System Red Green Blue C M Y K H S L
Decimal 223 189 93 0 0.15 0.58 0.13 44.31 0.67 0.62
Hex DF BD 5D 0 F 3A D 2C 43 3E
Octal 337 275 135 0 17 72 15 54 103 76
Binary 11011111 10111101 1011101 0 1111 111010 1101 101100 1000011 111110

Color Harmonies of #DFBD5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBD5D

Black with #DFBD5D

Text Example


Text Example

White with #DFBD5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBD5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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