Html Css Color HEX #DFBE5C Tacha

📋 copy color: '#DFBE5C'

red 223 ◦ green 190 ◦ blue 92

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

Shades of Tacha #DFBE5C

Tints of Tacha #DFBE5C

RGB

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

 GREEN value IS 190 (74.61% from 255) = 37.62%

 BLUE value IS 92 (36.33% from 255) = 18.22%

R = 44.16%
G = 37.62%
B = 18.22%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DFBE5C (or 0xDFBE5C) is known color: Tacha. HEX triplet: DF, BE and 5C. RGB value is (223,190,92). Sum of RGB (Red+Green+Blue) = 223+190+92=505 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.16% from 505); Green value is 190 (74.61% from 255 or 37.62% from 505); Blue value is 92 (36.33% from 255 or 18.22% from 505); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBE5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFBE5C is #2041A3. Grayscale: #BDBDBD. Windows color (decimal): -2113956 or 6078175. OLE color: 6078175.

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

Color convert

RGB 223 190 92 -
CMYK 0 0.15 0.59 0.13
HSL 44.89º 0.67% 0.62% -
HSV(B) 44.89º 0.59% 0.87% -
XYZ 50.78 53.29 17.73 -
YUV 188.7 73.43 152.47 -
System Red Green Blue C M Y K H S L
Decimal 223 190 92 0 0.15 0.59 0.13 44.89 0.67 0.62
Hex DF BE 5C 0 F 3B D 2D 43 3E
Octal 337 276 134 0 17 73 15 55 103 76
Binary 11011111 10111110 1011100 0 1111 111011 1101 101101 1000011 111110

Color Harmonies of #DFBE5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBE5C

Black with #DFBE5C

Text Example


Text Example

White with #DFBE5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBE5C; }

 p { color: rgb(223,190,92); }

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

background-color css

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

 a { background-color: rgb(223,190,92); }

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

border-color css

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

 span { border-color: rgb(223,190,92); }

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