Html Css Color HEX #CDAE6D Putty

📋 copy color: '#CDAE6D'

red 205 ◦ green 174 ◦ blue 109

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

Shades of Putty #CDAE6D

Tints of Putty #CDAE6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 22.34%

R = 42.01%
G = 35.66%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.47

 K value IS 0.20

RGB Variations

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

Color information

#CDAE6D (or 0xCDAE6D) is known color: Putty. HEX triplet: CD, AE and 6D. RGB value is (205,174,109). Sum of RGB (Red+Green+Blue) = 205+174+109=488 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.01% from 488); Green value is 174 (68.36% from 255 or 35.66% from 488); Blue value is 109 (42.97% from 255 or 22.34% from 488); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAE6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDAE6D is #325192. Grayscale: #B0B0B0. Windows color (decimal): -3297683 or 7188173. OLE color: 7188173.

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

Color convert

RGB 205 174 109 -
CMYK 0 0.15 0.47 0.20
HSL 40.63º 0.49% 0.62% -
HSV(B) 40.63º 0.47% 0.8% -
XYZ 43.07 44.36 20.76 -
YUV 175.86 90.27 148.79 -
System Red Green Blue C M Y K H S L
Decimal 205 174 109 0 0.15 0.47 0.20 40.63 0.49 0.62
Hex CD AE 6D 0 F 2F 14 29 31 3E
Octal 315 256 155 0 17 57 24 51 61 76
Binary 11001101 10101110 1101101 0 1111 101111 10100 101001 110001 111110

Color Harmonies of #CDAE6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDAE6D

Black with #CDAE6D

Text Example


Text Example

White with #CDAE6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDAE6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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