Html Css Color HEX #CDAE70 Putty

📋 copy color: '#CDAE70'

red 205 ◦ green 174 ◦ blue 112

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

Shades of Putty #CDAE70

Tints of Putty #CDAE70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 22.81%

R = 41.75%
G = 35.44%
B = 22.81%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.45

 K value IS 0.20

RGB Variations

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

Color information

#CDAE70 (or 0xCDAE70) is known color: Putty. HEX triplet: CD, AE and 70. RGB value is (205,174,112). Sum of RGB (Red+Green+Blue) = 205+174+112=491 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.75% from 491); Green value is 174 (68.36% from 255 or 35.44% from 491); Blue value is 112 (44.14% from 255 or 22.81% from 491); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAE70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDAE70 is #32518F. Grayscale: #B0B0B0. Windows color (decimal): -3297680 or 7384781. OLE color: 7384781.

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

Color convert

RGB 205 174 112 -
CMYK 0 0.15 0.45 0.20
HSL 40º 0.48% 0.62% -
HSV(B) 40º 0.45% 0.8% -
XYZ 43.24 44.42 21.62 -
YUV 176.2 91.77 148.54 -
System Red Green Blue C M Y K H S L
Decimal 205 174 112 0 0.15 0.45 0.20 40 0.48 0.62
Hex CD AE 70 0 F 2D 14 28 30 3E
Octal 315 256 160 0 17 55 24 50 60 76
Binary 11001101 10101110 1110000 0 1111 101101 10100 101000 110000 111110

Color Harmonies of #CDAE70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDAE70

Black with #CDAE70

Text Example


Text Example

White with #CDAE70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDAE70; }

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

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

background-color css

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

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

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

border-color css

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

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

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