Html Css Color HEX #CDA56D Putty

📋 copy color: '#CDA56D'

red 205 ◦ green 165 ◦ blue 109

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

Shades of Putty #CDA56D

Tints of Putty #CDA56D

RGB

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

 GREEN value IS 165 (64.84% from 255) = 34.45%

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

R = 42.8%
G = 34.45%
B = 22.76%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.47

 K value IS 0.20

RGB Variations

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

Color information

#CDA56D (or 0xCDA56D) is known color: Putty. HEX triplet: CD, A5 and 6D. RGB value is (205,165,109). Sum of RGB (Red+Green+Blue) = 205+165+109=479 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.80% from 479); Green value is 165 (64.84% from 255 or 34.45% from 479); Blue value is 109 (42.97% from 255 or 22.76% from 479); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA56D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA56D is #325A92. Grayscale: #AAAAAA. Windows color (decimal): -3299987 or 7185869. OLE color: 7185869.

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

Color convert

RGB 205 165 109 -
CMYK 0 0.20 0.47 0.20
HSL 35º 0.49% 0.62% -
HSV(B) 35º 0.47% 0.8% -
XYZ 41.39 40.99 20.2 -
YUV 170.58 93.25 152.55 -
System Red Green Blue C M Y K H S L
Decimal 205 165 109 0 0.20 0.47 0.20 35 0.49 0.62
Hex CD A5 6D 0 14 2F 14 23 31 3E
Octal 315 245 155 0 24 57 24 43 61 76
Binary 11001101 10100101 1101101 0 10100 101111 10100 100011 110001 111110

Color Harmonies of #CDA56D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA56D

Black with #CDA56D

Text Example


Text Example

White with #CDA56D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA56D; }

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

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

background-color css

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

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

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

border-color css

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

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

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