Html Css Color HEX #CDA571 Putty

📋 copy color: '#CDA571'

red 205 ◦ green 165 ◦ blue 113

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

Shades of Putty #CDA571

Tints of Putty #CDA571

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 23.4%

R = 42.44%
G = 34.16%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.45

 K value IS 0.20

RGB Variations

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

Color information

#CDA571 (or 0xCDA571) is known color: Putty. HEX triplet: CD, A5 and 71. RGB value is (205,165,113). Sum of RGB (Red+Green+Blue) = 205+165+113=483 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.44% from 483); Green value is 165 (64.84% from 255 or 34.16% from 483); Blue value is 113 (44.53% from 255 or 23.40% from 483); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA571 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA571 is #325A8E. Grayscale: #ABABAB. Windows color (decimal): -3299983 or 7448013. OLE color: 7448013.

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

Color convert

RGB 205 165 113 -
CMYK 0 0.20 0.45 0.20
HSL 33.91º 0.48% 0.62% -
HSV(B) 33.91º 0.45% 0.8% -
XYZ 41.61 41.08 21.36 -
YUV 171.03 95.25 152.23 -
System Red Green Blue C M Y K H S L
Decimal 205 165 113 0 0.20 0.45 0.20 33.91 0.48 0.62
Hex CD A5 71 0 14 2D 14 22 30 3E
Octal 315 245 161 0 24 55 24 42 60 76
Binary 11001101 10100101 1110001 0 10100 101101 10100 100010 110000 111110

Color Harmonies of #CDA571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA571

Black with #CDA571

Text Example


Text Example

White with #CDA571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA571; }

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

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

background-color css

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

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

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

border-color css

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

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

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