Html Css Color HEX #CDAE63 Laser

📋 copy color: '#CDAE63'

red 205 ◦ green 174 ◦ blue 99

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

Shades of Laser #CDAE63

Tints of Laser #CDAE63

RGB

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

 GREEN value IS 174 (68.36% from 255) = 36.4%

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

R = 42.89%
G = 36.4%
B = 20.71%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.52

 K value IS 0.20

RGB Variations

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

Color information

#CDAE63 (or 0xCDAE63) is known color: Laser. HEX triplet: CD, AE and 63. RGB value is (205,174,99). Sum of RGB (Red+Green+Blue) = 205+174+99=478 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.89% from 478); Green value is 174 (68.36% from 255 or 36.40% from 478); Blue value is 99 (39.06% from 255 or 20.71% from 478); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAE63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDAE63 is #32519C. Grayscale: #AFAFAF. Windows color (decimal): -3297693 or 6532813. OLE color: 6532813.

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

Color convert

RGB 205 174 99 -
CMYK 0 0.15 0.52 0.20
HSL 42.45º 0.51% 0.6% -
HSV(B) 42.45º 0.52% 0.8% -
XYZ 42.57 44.15 18.08 -
YUV 174.72 85.27 149.6 -
System Red Green Blue C M Y K H S L
Decimal 205 174 99 0 0.15 0.52 0.20 42.45 0.51 0.6
Hex CD AE 63 0 F 34 14 2A 33 3C
Octal 315 256 143 0 17 64 24 52 63 74
Binary 11001101 10101110 1100011 0 1111 110100 10100 101010 110011 111100

Color Harmonies of #CDAE63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDAE63

Black with #CDAE63

Text Example


Text Example

White with #CDAE63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDAE63; }

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

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

background-color css

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

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

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

border-color css

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

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

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