#CDB458

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

Shades of Tacha #CDB458

Tints of Tacha #CDB458

Color information

#CDB458 (or 0xCDB458) is unknown color: approx Tacha. HEX triplet: CD, B4 and 58. RGB value is (205,180,88). Sum of RGB (Red+Green+Blue) = 205+180+88=473 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.34% from 473); Green value is 180 (70.70% from 255 or 38.05% from 473); Blue value is 88 (34.77% from 255 or 18.60% from 473); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB458 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB458 is #324BA7. Grayscale: #B1B1B1. Windows color (decimal): -3296168 or 5813453. OLE color: 5813453.

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

Color convert

RGB20518088-
CMYK00.120.570.20
HSL47.18º53.92%57.45%-
HSV(B)47.18º57.07%80.39%-
XYZ43.2646.3315.89-
YUV176.9977.78147.98-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 43.34%
GREEN value IS 180 (70.70% from 255) = 38.05%
BLUE value IS 88 (34.77% from 255) = 18.60%
R=43.34%
G=38.05%
B=18.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.57
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051808800.120.570.2047.1853.9257.45
HexCDB4580C39142f3639
Octal3152641300147124576671
Binary110011011011010010110000110011100110100101111110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB458; }

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

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

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

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

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

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

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

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