Shades of Laser #CDB064
Tints of Laser #CDB064
RGB
CMYK
RGB Variations
Color information
#CDB064 (or 0xCDB064) is known color: Laser. HEX triplet: CD, B0 and 64. RGB value is (205,176,100). Sum of RGB (Red+Green+Blue) = 205+176+100=481 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.62% from 481); Green value is 176 (69.14% from 255 or 36.59% from 481); Blue value is 100 (39.45% from 255 or 20.79% from 481); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB064 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDB064 is #324F9B. Grayscale: #B0B0B0. Windows color (decimal): -3297180 or 6598861. OLE color: 6598861.
HSL color Cylindrical-coordinate representation of color #CDB064: hue angle of 43.43º 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 #CDB064 is Cyan = 0, Magento = 0.14, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 176 | 100 | - |
| CMYK | 0 | 0.14 | 0.51 | 0.20 |
| HSL | 43.43º | 0.51% | 0.6% | - |
| HSV(B) | 43.43º | 0.51% | 0.8% | - |
| XYZ | 43 | 44.95 | 18.47 | - |
| YUV | 176.01 | 85.11 | 148.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 176 | 100 | 0 | 0.14 | 0.51 | 0.20 | 43.43 | 0.51 | 0.6 |
| Hex | CD | B0 | 64 | 0 | E | 33 | 14 | 2B | 33 | 3C |
| Octal | 315 | 260 | 144 | 0 | 16 | 63 | 24 | 53 | 63 | 74 |
| Binary | 11001101 | 10110000 | 1100100 | 0 | 1110 | 110011 | 10100 | 101011 | 110011 | 111100 |
Color Harmonies of #CDB064
Complementary color
Monochromatic Colors of #CDB064
Black with #CDB064
Text Example
Text Example
White with #CDB064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB064; }
p { color: rgb(205,176,100); }
H1.HeaderClassName
{
color: #CDB064;
}
.AnyTagClassName
{
color: #CDB064;
}
</style>
background-color css
<style>
a { background-color: #CDB064; }
a { background-color: rgb(205,176,100); }
div.DivClassName
{
background-color: #CDB064;
}
.BgClassName
{
background-color: #CDB064;
}
</style>
border-color css
<style>
span { border-color: #CDB064; }
span { border-color: rgb(205,176,100); }
td.TdClassName
{
border-color: #CDB064;
}
.TagClassName
{
border-color: #CDB064;
}
</style>