Html Css Color HEX #CDA96D Putty

📋 copy color: '#CDA96D'

red 205 ◦ green 169 ◦ blue 109

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

Shades of Putty #CDA96D

Tints of Putty #CDA96D

RGB

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

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

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

R = 42.44%
G = 34.99%
B = 22.57%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.47

 K value IS 0.20

RGB Variations

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

Color information

#CDA96D (or 0xCDA96D) is known color: Putty. HEX triplet: CD, A9 and 6D. RGB value is (205,169,109). Sum of RGB (Red+Green+Blue) = 205+169+109=483 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.44% from 483); Green value is 169 (66.41% from 255 or 34.99% from 483); Blue value is 109 (42.97% from 255 or 22.57% from 483); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA96D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA96D is #325692. Grayscale: #ADADAD. Windows color (decimal): -3298963 or 7186893. OLE color: 7186893.

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

Color convert

RGB 205 169 109 -
CMYK 0 0.18 0.47 0.20
HSL 37.5º 0.49% 0.62% -
HSV(B) 37.5º 0.47% 0.8% -
XYZ 42.13 42.46 20.44 -
YUV 172.92 91.93 150.88 -
System Red Green Blue C M Y K H S L
Decimal 205 169 109 0 0.18 0.47 0.20 37.5 0.49 0.62
Hex CD A9 6D 0 12 2F 14 26 31 3E
Octal 315 251 155 0 22 57 24 46 61 76
Binary 11001101 10101001 1101101 0 10010 101111 10100 100110 110001 111110

Color Harmonies of #CDA96D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA96D

Black with #CDA96D

Text Example


Text Example

White with #CDA96D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA96D; }

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

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

background-color css

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

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

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

border-color css

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

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

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