Html Css Color HEX #CDA46F Putty

📋 copy color: '#CDA46F'

red 205 ◦ green 164 ◦ blue 111

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

Shades of Putty #CDA46F

Tints of Putty #CDA46F

RGB

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

 GREEN value IS 164 (64.45% from 255) = 34.17%

 BLUE value IS 111 (43.75% from 255) = 23.13%

R = 42.71%
G = 34.17%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.46

 K value IS 0.20

RGB Variations

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

Color information

#CDA46F (or 0xCDA46F) is known color: Putty. HEX triplet: CD, A4 and 6F. RGB value is (205,164,111). Sum of RGB (Red+Green+Blue) = 205+164+111=480 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.71% from 480); Green value is 164 (64.45% from 255 or 34.17% from 480); Blue value is 111 (43.75% from 255 or 23.12% from 480); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA46F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA46F is #325B90. Grayscale: #AAAAAA. Windows color (decimal): -3300241 or 7316685. OLE color: 7316685.

HSL color Cylindrical-coordinate representation of color #CDA46F: hue angle of 33.83º degrees, saturation: 0.48, 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 #CDA46F is Cyan = 0, Magento = 0.2, Yellow = 0.46 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 164 111 -
CMYK 0 0.2 0.46 0.20
HSL 33.83º 0.48% 0.62% -
HSV(B) 33.83º 0.46% 0.8% -
XYZ 41.32 40.68 20.71 -
YUV 170.22 94.58 152.81 -
System Red Green Blue C M Y K H S L
Decimal 205 164 111 0 0.2 0.46 0.20 33.83 0.48 0.62
Hex CD A4 6F 0 14 2E 14 22 30 3E
Octal 315 244 157 0 24 56 24 42 60 76
Binary 11001101 10100100 1101111 0 10100 101110 10100 100010 110000 111110

Color Harmonies of #CDA46F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA46F

Black with #CDA46F

Text Example


Text Example

White with #CDA46F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA46F; }

 p { color: rgb(205,164,111); }

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

background-color css

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

 a { background-color: rgb(205,164,111); }

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

border-color css

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

 span { border-color: rgb(205,164,111); }

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