#CDBB68

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

Shades of Tacha #CDBB68

Tints of Tacha #CDBB68

Color information

#CDBB68 (or 0xCDBB68) is unknown color: approx Tacha. HEX triplet: CD, BB and 68. RGB value is (205,187,104). Sum of RGB (Red+Green+Blue) = 205+187+104=496 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.33% from 496); Green value is 187 (73.44% from 255 or 37.70% from 496); Blue value is 104 (41.02% from 255 or 20.97% from 496); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBB68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDBB68 is #324497. Grayscale: #B7B7B7. Windows color (decimal): -3294360 or 6863821. OLE color: 6863821.

HSL color Cylindrical-coordinate representation of color #CDBB68: hue angle of 49.31º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CDBB68 is Cyan = 0, Magento = 0.09, Yellow = 0.49 and Black (K on CMYK) = 0.20.

Color convert

RGB205187104-
CMYK00.090.490.20
HSL49.31º50.25%60.59%-
HSV(B)49.31º49.27%80.39%-
XYZ45.4549.5220.26-
YUV182.9283.46143.75-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.33%
GREEN value IS 187 (73.44% from 255) = 37.70%
BLUE value IS 104 (41.02% from 255) = 20.97%
R=41.33%
G=37.70%
B=20.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.49
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20518710400.090.490.2049.3150.2560.59
HexCDBB6809311431323d
Octal3152731500116124616275
Binary110011011011101111010000100111000110100110001110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDBB68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDBB68; }

 p { color: rgb(205,187,104); }

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

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

 a { background-color: rgb(205,187,104); }

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

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

 span { border-color: rgb(205,187,104); }

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