#CDB05D

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

Shades of Laser #CDB05D

Tints of Laser #CDB05D

Color information

#CDB05D (or 0xCDB05D) is unknown color: approx Laser. HEX triplet: CD, B0 and 5D. RGB value is (205,176,93). Sum of RGB (Red+Green+Blue) = 205+176+93=474 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.25% from 474); Green value is 176 (69.14% from 255 or 37.13% from 474); Blue value is 93 (36.72% from 255 or 19.62% from 474); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB05D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDB05D is #324FA2. Grayscale: #AFAFAF. Windows color (decimal): -3297187 or 6140109. OLE color: 6140109.

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

Color convert

RGB20517693-
CMYK00.140.550.20
HSL44.46º52.83%58.43%-
HSV(B)44.46º54.63%80.39%-
XYZ42.6844.8216.76-
YUV175.2181.61149.25-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 43.25%
GREEN value IS 176 (69.14% from 255) = 37.13%
BLUE value IS 93 (36.72% from 255) = 19.62%
R=43.25%
G=37.13%
B=19.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.55
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051769300.140.550.2044.4652.8358.43
HexCDB05D0E37142c353a
Octal3152601350166724546572
Binary110011011011000010111010111011011110100101100110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB05D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB05D; }

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

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

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

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

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

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

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

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