#CDAD61

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

Shades of Laser #CDAD61

Tints of Laser #CDAD61

Color information

#CDAD61 (or 0xCDAD61) is unknown color: approx Laser. HEX triplet: CD, AD and 61. RGB value is (205,173,97). Sum of RGB (Red+Green+Blue) = 205+173+97=475 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.16% from 475); Green value is 173 (67.97% from 255 or 36.42% from 475); Blue value is 97 (38.28% from 255 or 20.42% from 475); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAD61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDAD61 is #32529E. Grayscale: #AEAEAE. Windows color (decimal): -3297951 or 6401485. OLE color: 6401485.

HSL color Cylindrical-coordinate representation of color #CDAD61: hue angle of 42.22º 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 #CDAD61 is Cyan = 0, Magento = 0.16, Yellow = 0.53 and Black (K on CMYK) = 0.20.

Color convert

RGB20517397-
CMYK00.160.530.20
HSL42.22º51.92%59.22%-
HSV(B)42.22º52.68%80.39%-
XYZ42.2843.7317.52-
YUV173.984.6150.18-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 43.16%
GREEN value IS 173 (67.97% from 255) = 36.42%
BLUE value IS 97 (38.28% from 255) = 20.42%
R=43.16%
G=36.42%
B=20.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.53
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051739700.160.530.2042.2251.9259.22
HexCDAD6101035142a343b
Octal3152551410206524526473
Binary1100110110101101110000101000011010110100101010110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAD61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAD61; }

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

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

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

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

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

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

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

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