#CDBE57

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

Shades of Tacha #CDBE57

Tints of Tacha #CDBE57

Color information

#CDBE57 (or 0xCDBE57) is unknown color: approx Tacha. HEX triplet: CD, BE and 57. RGB value is (205,190,87). Sum of RGB (Red+Green+Blue) = 205+190+87=482 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.53% from 482); Green value is 190 (74.61% from 255 or 39.42% from 482); Blue value is 87 (34.38% from 255 or 18.05% from 482); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBE57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDBE57 is #3241A8. Grayscale: #B7B7B7. Windows color (decimal): -3293609 or 5750477. OLE color: 5750477.

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

Color convert

RGB20519087-
CMYK00.070.580.20
HSL52.37º54.13%57.25%-
HSV(B)52.37º57.56%80.39%-
XYZ45.3150.4916.38-
YUV182.7473.97143.88-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.53%
GREEN value IS 190 (74.61% from 255) = 39.42%
BLUE value IS 87 (34.38% from 255) = 18.05%
R=42.53%
G=39.42%
B=18.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.58
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051908700.070.580.2052.3754.1357.25
HexCDBE57073A14343639
Octal315276127077224646671
Binary11001101101111101010111011111101010100110100110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDBE57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDBE57; }

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

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

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

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

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

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

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

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