#CDAE5F

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

Shades of Laser #CDAE5F

Tints of Laser #CDAE5F

Color information

#CDAE5F (or 0xCDAE5F) is unknown color: approx Laser. HEX triplet: CD, AE and 5F. RGB value is (205,174,95). Sum of RGB (Red+Green+Blue) = 205+174+95=474 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.25% from 474); Green value is 174 (68.36% from 255 or 36.71% from 474); Blue value is 95 (37.5% from 255 or 20.04% from 474); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAE5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDAE5F is #3251A0. Grayscale: #AEAEAE. Windows color (decimal): -3297697 or 6270669. OLE color: 6270669.

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

Color convert

RGB20517495-
CMYK00.150.540.20
HSL43.09º52.38%58.82%-
HSV(B)43.09º53.66%80.39%-
XYZ42.3844.0817.1-
YUV174.2683.27149.92-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 43.25%
GREEN value IS 174 (68.36% from 255) = 36.71%
BLUE value IS 95 (37.5% from 255) = 20.04%
R=43.25%
G=36.71%
B=20.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.54
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051749500.150.540.2043.0952.3858.82
HexCDAE5F0F36142b343b
Octal3152561370176624536473
Binary110011011010111010111110111111011010100101011110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAE5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAE5F; }

 p { color: rgb(205,174,95); }

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

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

 a { background-color: rgb(205,174,95); }

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

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

 span { border-color: rgb(205,174,95); }

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