#CDB461

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

Shades of Tacha #CDB461

Tints of Tacha #CDB461

Color information

#CDB461 (or 0xCDB461) is unknown color: approx Tacha. HEX triplet: CD, B4 and 61. RGB value is (205,180,97). Sum of RGB (Red+Green+Blue) = 205+180+97=482 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.53% from 482); Green value is 180 (70.70% from 255 or 37.34% from 482); Blue value is 97 (38.28% from 255 or 20.12% from 482); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB461 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB461 is #324B9E. Grayscale: #B2B2B2. Windows color (decimal): -3296159 or 6403277. OLE color: 6403277.

HSL color Cylindrical-coordinate representation of color #CDB461: hue angle of 46.11º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CDB461 is Cyan = 0, Magento = 0.12, Yellow = 0.53 and Black (K on CMYK) = 0.20.

Color convert

RGB20518097-
CMYK00.120.530.20
HSL46.11º51.92%59.22%-
HSV(B)46.11º52.68%80.39%-
XYZ43.6646.4817.98-
YUV178.0182.28147.25-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.53%
GREEN value IS 180 (70.70% from 255) = 37.34%
BLUE value IS 97 (38.28% from 255) = 20.12%
R=42.53%
G=37.34%
B=20.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.53
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051809700.120.530.2046.1151.9259.22
HexCDB4610C35142e343b
Octal3152641410146524566473
Binary110011011011010011000010110011010110100101110110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB461; }

 p { color: rgb(205,180,97); }

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

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

 a { background-color: rgb(205,180,97); }

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

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

 span { border-color: rgb(205,180,97); }

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