#DEBF5C

Color #DEBF5C Tacha (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tacha #DEBF5C

Tints of Tacha #DEBF5C

Color information

#DEBF5C (or 0xDEBF5C) is unknown color: approx Tacha. HEX triplet: DE, BF and 5C. RGB value is (222,191,92). Sum of RGB (Red+Green+Blue) = 222+191+92=505 (66% of max value = 765). Red value is 222 (87.11% from 255 or 43.96% from 505); Green value is 191 (75% from 255 or 37.82% from 505); Blue value is 92 (36.33% from 255 or 18.22% from 505); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBF5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEBF5C is #2140A3. Grayscale: #BDBDBD. Windows color (decimal): -2179236 or 6078430. OLE color: 6078430.

HSL color Cylindrical-coordinate representation of color #DEBF5C: hue angle of 45.69º degrees, saturation: 0.66, 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 #DEBF5C is Cyan = 0, Magento = 0.14, Yellow = 0.59 and Black (K on CMYK) = 0.13.

Color convert

RGB22219192-
CMYK00.140.590.13
HSL45.69º66.33%61.57%-
HSV(B)45.69º58.56%87.06%-
XYZ50.6953.5617.79-
YUV188.9873.27151.55-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 43.96%
GREEN value IS 191 (75% from 255) = 37.82%
BLUE value IS 92 (36.33% from 255) = 18.22%
R=43.96%
G=37.82%
B=18.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.59
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221919200.140.590.1345.6966.3361.57
HexDEBF5C0E3BD2e423e
Octal33627713401673155610276
Binary110111101011111110111000111011101111011011101000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBF5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBF5C; }

 p { color: rgb(222,191,92); }

 H1.HeaderClassName
 {
   color: #DEBF5C;
 }
 .AnyTagClassName
 {
   color: #DEBF5C;
 }
</style>
background-color css

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

 a { background-color: rgb(222,191,92); }

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

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

 span { border-color: rgb(222,191,92); }

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