Html Css Color HEX #CDAE74 Putty

📋 copy color: '#CDAE74'

red 205 ◦ green 174 ◦ blue 116

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

Shades of Putty #CDAE74

Tints of Putty #CDAE74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 23.43%

R = 41.41%
G = 35.15%
B = 23.43%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.43

 K value IS 0.20

RGB Variations

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

Color information

#CDAE74 (or 0xCDAE74) is known color: Putty. HEX triplet: CD, AE and 74. RGB value is (205,174,116). Sum of RGB (Red+Green+Blue) = 205+174+116=495 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.41% from 495); Green value is 174 (68.36% from 255 or 35.15% from 495); Blue value is 116 (45.70% from 255 or 23.43% from 495); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAE74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDAE74 is #32518B. Grayscale: #B0B0B0. Windows color (decimal): -3297676 or 7646925. OLE color: 7646925.

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

Color convert

RGB 205 174 116 -
CMYK 0 0.15 0.43 0.20
HSL 39.1º 0.47% 0.63% -
HSV(B) 39.1º 0.43% 0.8% -
XYZ 43.47 44.51 22.82 -
YUV 176.66 93.77 148.22 -
System Red Green Blue C M Y K H S L
Decimal 205 174 116 0 0.15 0.43 0.20 39.1 0.47 0.63
Hex CD AE 74 0 F 2B 14 27 2F 3F
Octal 315 256 164 0 17 53 24 47 57 77
Binary 11001101 10101110 1110100 0 1111 101011 10100 100111 101111 111111

Color Harmonies of #CDAE74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDAE74

Black with #CDAE74

Text Example


Text Example

White with #CDAE74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDAE74; }

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

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

background-color css

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

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

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

border-color css

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

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

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