Html Css Color HEX #DFBD5A Tacha

📋 copy color: '#DFBD5A'

red 223 ◦ green 189 ◦ blue 90

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

Shades of Tacha #DFBD5A

Tints of Tacha #DFBD5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 17.93%

R = 44.42%
G = 37.65%
B = 17.93%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.60

 K value IS 0.13

RGB Variations

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

Color information

#DFBD5A (or 0xDFBD5A) is known color: Tacha. HEX triplet: DF, BD and 5A. RGB value is (223,189,90). Sum of RGB (Red+Green+Blue) = 223+189+90=502 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.42% from 502); Green value is 189 (74.22% from 255 or 37.65% from 502); Blue value is 90 (35.55% from 255 or 17.93% from 502); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBD5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFBD5A is #2042A5. Grayscale: #BCBCBC. Windows color (decimal): -2114214 or 5946847. OLE color: 5946847.

HSL color Cylindrical-coordinate representation of color #DFBD5A: hue angle of 44.66º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DFBD5A is Cyan = 0, Magento = 0.15, Yellow = 0.60 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 189 90 -
CMYK 0 0.15 0.60 0.13
HSL 44.66º 0.68% 0.61% -
HSV(B) 44.66º 0.6% 0.87% -
XYZ 50.47 52.82 17.21 -
YUV 187.88 72.76 153.05 -
System Red Green Blue C M Y K H S L
Decimal 223 189 90 0 0.15 0.60 0.13 44.66 0.68 0.61
Hex DF BD 5A 0 F 3C D 2D 44 3D
Octal 337 275 132 0 17 74 15 55 104 75
Binary 11011111 10111101 1011010 0 1111 111100 1101 101101 1000100 111101

Color Harmonies of #DFBD5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBD5A

Black with #DFBD5A

Text Example


Text Example

White with #DFBD5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBD5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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