#CFBD6F

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

Shades of Tacha #CFBD6F

Tints of Tacha #CFBD6F

Color information

#CFBD6F (or 0xCFBD6F) is unknown color: approx Tacha. HEX triplet: CF, BD and 6F. RGB value is (207,189,111). Sum of RGB (Red+Green+Blue) = 207+189+111=507 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.83% from 507); Green value is 189 (74.22% from 255 or 37.28% from 507); Blue value is 111 (43.75% from 255 or 21.89% from 507); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBD6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFBD6F is #304290. Grayscale: #B9B9B9. Windows color (decimal): -3162769 or 7323087. OLE color: 7323087.

HSL color Cylindrical-coordinate representation of color #CFBD6F: hue angle of 48.75º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CFBD6F is Cyan = 0, Magento = 0.09, Yellow = 0.46 and Black (K on CMYK) = 0.19.

Color convert

RGB207189111-
CMYK00.090.460.19
HSL48.75º50%62.35%-
HSV(B)48.75º46.38%81.18%-
XYZ46.850.8122.38-
YUV185.4985.96143.34-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.83%
GREEN value IS 189 (74.22% from 255) = 37.28%
BLUE value IS 111 (43.75% from 255) = 21.89%
R=40.83%
G=37.28%
B=21.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.46
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718911100.090.460.1948.755062.35
HexCFBD6F092E1331323e
Octal3172751570115623616276
Binary110011111011110111011110100110111010011110001110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBD6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBD6F; }

 p { color: rgb(207,189,111); }

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

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

 a { background-color: rgb(207,189,111); }

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

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

 span { border-color: rgb(207,189,111); }

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