Html Css Color HEX #CDAD63 Laser

📋 copy color: '#CDAD63'

red 205 ◦ green 173 ◦ blue 99

#CDAD63
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Laser #CDAD63

Tints of Laser #CDAD63

RGB

 RED value IS 205 (80.47% from 255) = 42.98%

 GREEN value IS 173 (67.97% from 255) = 36.27%

 BLUE value IS 99 (39.06% from 255) = 20.75%

R = 42.98%
G = 36.27%
B = 20.75%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.52

 K value IS 0.20

RGB Variations

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

Color information

#CDAD63 (or 0xCDAD63) is known color: Laser. HEX triplet: CD, AD and 63. RGB value is (205,173,99). Sum of RGB (Red+Green+Blue) = 205+173+99=477 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.98% from 477); Green value is 173 (67.97% from 255 or 36.27% from 477); Blue value is 99 (39.06% from 255 or 20.75% from 477); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAD63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDAD63 is #32529C. Grayscale: #AEAEAE. Windows color (decimal): -3297949 or 6532557. OLE color: 6532557.

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

Color convert

RGB 205 173 99 -
CMYK 0 0.16 0.52 0.20
HSL 41.89º 0.51% 0.6% -
HSV(B) 41.89º 0.52% 0.8% -
XYZ 42.37 43.77 18.02 -
YUV 174.13 85.6 150.02 -
System Red Green Blue C M Y K H S L
Decimal 205 173 99 0 0.16 0.52 0.20 41.89 0.51 0.6
Hex CD AD 63 0 10 34 14 2A 33 3C
Octal 315 255 143 0 20 64 24 52 63 74
Binary 11001101 10101101 1100011 0 10000 110100 10100 101010 110011 111100

Color Harmonies of #CDAD63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDAD63

Black with #CDAD63

Text Example


Text Example

White with #CDAD63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDAD63; }

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

 H1.HeaderClassName
 {
   color: #CDAD63;
 }
 .AnyTagClassName
 {
   color: #CDAD63;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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