Html Css Color HEX #CDA96B Putty

📋 copy color: '#CDA96B'

red 205 ◦ green 169 ◦ blue 107

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

Shades of Putty #CDA96B

Tints of Putty #CDA96B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 22.25%

R = 42.62%
G = 35.14%
B = 22.25%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.48

 K value IS 0.20

RGB Variations

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

Color information

#CDA96B (or 0xCDA96B) is known color: Putty. HEX triplet: CD, A9 and 6B. RGB value is (205,169,107). Sum of RGB (Red+Green+Blue) = 205+169+107=481 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.62% from 481); Green value is 169 (66.41% from 255 or 35.14% from 481); Blue value is 107 (42.19% from 255 or 22.25% from 481); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA96B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA96B is #325694. Grayscale: #ACACAC. Windows color (decimal): -3298965 or 7055821. OLE color: 7055821.

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

Color convert

RGB 205 169 107 -
CMYK 0 0.18 0.48 0.20
HSL 37.96º 0.49% 0.61% -
HSV(B) 37.96º 0.48% 0.8% -
XYZ 42.02 42.42 19.88 -
YUV 172.7 90.93 151.04 -
System Red Green Blue C M Y K H S L
Decimal 205 169 107 0 0.18 0.48 0.20 37.96 0.49 0.61
Hex CD A9 6B 0 12 30 14 26 31 3D
Octal 315 251 153 0 22 60 24 46 61 75
Binary 11001101 10101001 1101011 0 10010 110000 10100 100110 110001 111101

Color Harmonies of #CDA96B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA96B

Black with #CDA96B

Text Example


Text Example

White with #CDA96B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA96B; }

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

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

background-color css

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

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

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

border-color css

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

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

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