Html Css Color HEX #CDA46D Putty

📋 copy color: '#CDA46D'

red 205 ◦ green 164 ◦ blue 109

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

Shades of Putty #CDA46D

Tints of Putty #CDA46D

RGB

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

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

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

R = 42.89%
G = 34.31%
B = 22.8%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.47

 K value IS 0.20

RGB Variations

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

Color information

#CDA46D (or 0xCDA46D) is known color: Putty. HEX triplet: CD, A4 and 6D. RGB value is (205,164,109). Sum of RGB (Red+Green+Blue) = 205+164+109=478 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.89% from 478); Green value is 164 (64.45% from 255 or 34.31% from 478); Blue value is 109 (42.97% from 255 or 22.80% from 478); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA46D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA46D is #325B92. Grayscale: #AAAAAA. Windows color (decimal): -3300243 or 7185613. OLE color: 7185613.

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

Color convert

RGB 205 164 109 -
CMYK 0 0.2 0.47 0.20
HSL 34.38º 0.49% 0.62% -
HSV(B) 34.38º 0.47% 0.8% -
XYZ 41.21 40.63 20.14 -
YUV 169.99 93.58 152.97 -
System Red Green Blue C M Y K H S L
Decimal 205 164 109 0 0.2 0.47 0.20 34.38 0.49 0.62
Hex CD A4 6D 0 14 2F 14 22 31 3E
Octal 315 244 155 0 24 57 24 42 61 76
Binary 11001101 10100100 1101101 0 10100 101111 10100 100010 110001 111110

Color Harmonies of #CDA46D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA46D

Black with #CDA46D

Text Example


Text Example

White with #CDA46D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA46D; }

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

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

background-color css

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

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

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

border-color css

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

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

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