Html Css Color HEX #CDA96E Putty

📋 copy color: '#CDA96E'

red 205 ◦ green 169 ◦ blue 110

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

Shades of Putty #CDA96E

Tints of Putty #CDA96E

RGB

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

 GREEN value IS 169 (66.41% from 255) = 34.92%

 BLUE value IS 110 (43.36% from 255) = 22.73%

R = 42.36%
G = 34.92%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.46

 K value IS 0.20

RGB Variations

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

Color information

#CDA96E (or 0xCDA96E) is known color: Putty. HEX triplet: CD, A9 and 6E. RGB value is (205,169,110). Sum of RGB (Red+Green+Blue) = 205+169+110=484 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.36% from 484); Green value is 169 (66.41% from 255 or 34.92% from 484); Blue value is 110 (43.36% from 255 or 22.73% from 484); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA96E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA96E is #325691. Grayscale: #ADADAD. Windows color (decimal): -3298962 or 7252429. OLE color: 7252429.

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

Color convert

RGB 205 169 110 -
CMYK 0 0.18 0.46 0.20
HSL 37.26º 0.49% 0.62% -
HSV(B) 37.26º 0.46% 0.8% -
XYZ 42.18 42.48 20.73 -
YUV 173.04 92.43 150.8 -
System Red Green Blue C M Y K H S L
Decimal 205 169 110 0 0.18 0.46 0.20 37.26 0.49 0.62
Hex CD A9 6E 0 12 2E 14 25 31 3E
Octal 315 251 156 0 22 56 24 45 61 76
Binary 11001101 10101001 1101110 0 10010 101110 10100 100101 110001 111110

Color Harmonies of #CDA96E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA96E

Black with #CDA96E

Text Example


Text Example

White with #CDA96E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA96E; }

 p { color: rgb(205,169,110); }

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

background-color css

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

 a { background-color: rgb(205,169,110); }

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

border-color css

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

 span { border-color: rgb(205,169,110); }

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