#CDB063

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

Shades of Laser #CDB063

Tints of Laser #CDB063

Color information

#CDB063 (or 0xCDB063) is unknown color: approx Laser. HEX triplet: CD, B0 and 63. RGB value is (205,176,99). Sum of RGB (Red+Green+Blue) = 205+176+99=480 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.71% from 480); Green value is 176 (69.14% from 255 or 36.67% from 480); Blue value is 99 (39.06% from 255 or 20.62% from 480); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB063 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDB063 is #324F9C. Grayscale: #B0B0B0. Windows color (decimal): -3297181 or 6533325. OLE color: 6533325.

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

Color convert

RGB20517699-
CMYK00.140.520.20
HSL43.58º51.46%59.61%-
HSV(B)43.58º51.71%80.39%-
XYZ42.9544.9318.21-
YUV175.8984.61148.76-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.71%
GREEN value IS 176 (69.14% from 255) = 36.67%
BLUE value IS 99 (39.06% from 255) = 20.62%
R=42.71%
G=36.67%
B=20.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.52
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051769900.140.520.2043.5851.4659.61
HexCDB0630E34142c333c
Octal3152601430166424546374
Binary110011011011000011000110111011010010100101100110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB063; }

 p { color: rgb(205,176,99); }

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

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

 a { background-color: rgb(205,176,99); }

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

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

 span { border-color: rgb(205,176,99); }

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