#CDAF61

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

Shades of Laser #CDAF61

Tints of Laser #CDAF61

Color information

#CDAF61 (or 0xCDAF61) is unknown color: approx Laser. HEX triplet: CD, AF and 61. RGB value is (205,175,97). Sum of RGB (Red+Green+Blue) = 205+175+97=477 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.98% from 477); Green value is 175 (68.75% from 255 or 36.69% from 477); Blue value is 97 (38.28% from 255 or 20.34% from 477); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAF61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDAF61 is #32509E. Grayscale: #AFAFAF. Windows color (decimal): -3297439 or 6401997. OLE color: 6401997.

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

Color convert

RGB20517597-
CMYK00.150.530.20
HSL43.33º51.92%59.22%-
HSV(B)43.33º52.68%80.39%-
XYZ42.6644.517.65-
YUV175.0883.94149.34-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.98%
GREEN value IS 175 (68.75% from 255) = 36.69%
BLUE value IS 97 (38.28% from 255) = 20.34%
R=42.98%
G=36.69%
B=20.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.53
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051759700.150.530.2043.3351.9259.22
HexCDAF610F35142b343b
Octal3152571410176524536473
Binary110011011010111111000010111111010110100101011110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAF61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAF61; }

 p { color: rgb(205,175,97); }

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

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

 a { background-color: rgb(205,175,97); }

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

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

 span { border-color: rgb(205,175,97); }

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