Shades of Laser #CDAE64
Tints of Laser #CDAE64
RGB
CMYK
RGB Variations
Color information
#CDAE64 (or 0xCDAE64) is known color: Laser. HEX triplet: CD, AE and 64. RGB value is (205,174,100). Sum of RGB (Red+Green+Blue) = 205+174+100=479 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.80% from 479); Green value is 174 (68.36% from 255 or 36.33% from 479); Blue value is 100 (39.45% from 255 or 20.88% from 479); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAE64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDAE64 is #32519B. Grayscale: #AFAFAF. Windows color (decimal): -3297692 or 6598349. OLE color: 6598349.
HSL color Cylindrical-coordinate representation of color #CDAE64: hue angle of 42.29º 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 #CDAE64 is Cyan = 0, Magento = 0.15, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 174 | 100 | - |
| CMYK | 0 | 0.15 | 0.51 | 0.20 |
| HSL | 42.29º | 0.51% | 0.6% | - |
| HSV(B) | 42.29º | 0.51% | 0.8% | - |
| XYZ | 42.61 | 44.17 | 18.34 | - |
| YUV | 174.83 | 85.77 | 149.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 174 | 100 | 0 | 0.15 | 0.51 | 0.20 | 42.29 | 0.51 | 0.6 |
| Hex | CD | AE | 64 | 0 | F | 33 | 14 | 2A | 33 | 3C |
| Octal | 315 | 256 | 144 | 0 | 17 | 63 | 24 | 52 | 63 | 74 |
| Binary | 11001101 | 10101110 | 1100100 | 0 | 1111 | 110011 | 10100 | 101010 | 110011 | 111100 |
Color Harmonies of #CDAE64
Complementary color
Monochromatic Colors of #CDAE64
Black with #CDAE64
Text Example
Text Example
White with #CDAE64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDAE64; }
p { color: rgb(205,174,100); }
H1.HeaderClassName
{
color: #CDAE64;
}
.AnyTagClassName
{
color: #CDAE64;
}
</style>
background-color css
<style>
a { background-color: #CDAE64; }
a { background-color: rgb(205,174,100); }
div.DivClassName
{
background-color: #CDAE64;
}
.BgClassName
{
background-color: #CDAE64;
}
</style>
border-color css
<style>
span { border-color: #CDAE64; }
span { border-color: rgb(205,174,100); }
td.TdClassName
{
border-color: #CDAE64;
}
.TagClassName
{
border-color: #CDAE64;
}
</style>