#CDBE6F

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

Shades of Tacha #CDBE6F

Tints of Tacha #CDBE6F

Color information

#CDBE6F (or 0xCDBE6F) is unknown color: approx Tacha. HEX triplet: CD, BE and 6F. RGB value is (205,190,111). Sum of RGB (Red+Green+Blue) = 205+190+111=506 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.51% from 506); Green value is 190 (74.61% from 255 or 37.55% from 506); Blue value is 111 (43.75% from 255 or 21.94% from 506); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBE6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDBE6F is #324190. Grayscale: #B9B9B9. Windows color (decimal): -3293585 or 7323341. OLE color: 7323341.

HSL color Cylindrical-coordinate representation of color #CDBE6F: hue angle of 50.43º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CDBE6F is Cyan = 0, Magento = 0.07, Yellow = 0.46 and Black (K on CMYK) = 0.20.

Color convert

RGB205190111-
CMYK00.070.460.20
HSL50.43º48.45%61.96%-
HSV(B)50.43º45.85%80.39%-
XYZ46.4650.9522.43-
YUV185.4885.97141.92-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.51%
GREEN value IS 190 (74.61% from 255) = 37.55%
BLUE value IS 111 (43.75% from 255) = 21.94%
R=40.51%
G=37.55%
B=21.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.46
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20519011100.070.460.2050.4348.4561.96
HexCDBE6F072E1432303e
Octal315276157075624626076
Binary11001101101111101101111011110111010100110010110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDBE6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDBE6F; }

 p { color: rgb(205,190,111); }

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

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

 a { background-color: rgb(205,190,111); }

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

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

 span { border-color: rgb(205,190,111); }

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