#CDAF63

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

Shades of Laser #CDAF63

Tints of Laser #CDAF63

Color information

#CDAF63 (or 0xCDAF63) is unknown color: approx Laser. HEX triplet: CD, AF and 63. RGB value is (205,175,99). Sum of RGB (Red+Green+Blue) = 205+175+99=479 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.80% from 479); Green value is 175 (68.75% from 255 or 36.53% from 479); Blue value is 99 (39.06% from 255 or 20.67% from 479); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAF63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDAF63 is #32509C. Grayscale: #AFAFAF. Windows color (decimal): -3297437 or 6533069. OLE color: 6533069.

HSL color Cylindrical-coordinate representation of color #CDAF63: hue angle of 43.02º 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 #CDAF63 is Cyan = 0, Magento = 0.15, Yellow = 0.52 and Black (K on CMYK) = 0.20.

Color convert

RGB20517599-
CMYK00.150.520.20
HSL43.02º51.46%59.61%-
HSV(B)43.02º51.71%80.39%-
XYZ42.7644.5418.15-
YUV175.3184.94149.18-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.80%
GREEN value IS 175 (68.75% from 255) = 36.53%
BLUE value IS 99 (39.06% from 255) = 20.67%
R=42.80%
G=36.53%
B=20.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.52
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051759900.150.520.2043.0251.4659.61
HexCDAF630F34142b333c
Octal3152571430176424536374
Binary110011011010111111000110111111010010100101011110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAF63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAF63; }

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

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

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

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

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

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

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

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