#CDAB64

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

Shades of Laser #CDAB64

Tints of Laser #CDAB64

Color information

#CDAB64 (or 0xCDAB64) is unknown color: approx Laser. HEX triplet: CD, AB and 64. RGB value is (205,171,100). Sum of RGB (Red+Green+Blue) = 205+171+100=476 (63% of max value = 765). Red value is 205 (80.47% from 255 or 43.07% from 476); Green value is 171 (67.19% from 255 or 35.92% from 476); Blue value is 100 (39.45% from 255 or 21.01% from 476); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAB64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDAB64 is #32549B. Grayscale: #ADADAD. Windows color (decimal): -3298460 or 6597581. OLE color: 6597581.

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

Color convert

RGB205171100-
CMYK00.170.510.20
HSL40.57º51.22%59.8%-
HSV(B)40.57º51.22%80.39%-
XYZ42.0443.0318.15-
YUV173.0786.76150.77-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 43.07%
GREEN value IS 171 (67.19% from 255) = 35.92%
BLUE value IS 100 (39.45% from 255) = 21.01%
R=43.07%
G=35.92%
B=21.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.51
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517110000.170.510.2040.5751.2259.8
HexCDAB64011331429333c
Octal3152531440216324516374
Binary1100110110101011110010001000111001110100101001110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAB64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAB64; }

 p { color: rgb(205,171,100); }

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

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

 a { background-color: rgb(205,171,100); }

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

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

 span { border-color: rgb(205,171,100); }

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