Html Css Color HEX #CDA771 Putty

📋 copy color: '#CDA771'

red 205 ◦ green 167 ◦ blue 113

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

Shades of Putty #CDA771

Tints of Putty #CDA771

RGB

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

 GREEN value IS 167 (65.63% from 255) = 34.43%

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

R = 42.27%
G = 34.43%
B = 23.3%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.45

 K value IS 0.20

RGB Variations

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

Color information

#CDA771 (or 0xCDA771) is known color: Putty. HEX triplet: CD, A7 and 71. RGB value is (205,167,113). Sum of RGB (Red+Green+Blue) = 205+167+113=485 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.27% from 485); Green value is 167 (65.62% from 255 or 34.43% from 485); Blue value is 113 (44.53% from 255 or 23.30% from 485); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA771 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA771 is #32588E. Grayscale: #ACACAC. Windows color (decimal): -3299471 or 7448525. OLE color: 7448525.

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

Color convert

RGB 205 167 113 -
CMYK 0 0.19 0.45 0.20
HSL 35.22º 0.48% 0.62% -
HSV(B) 35.22º 0.45% 0.8% -
XYZ 41.98 41.81 21.48 -
YUV 172.21 94.59 151.39 -
System Red Green Blue C M Y K H S L
Decimal 205 167 113 0 0.19 0.45 0.20 35.22 0.48 0.62
Hex CD A7 71 0 13 2D 14 23 30 3E
Octal 315 247 161 0 23 55 24 43 60 76
Binary 11001101 10100111 1110001 0 10011 101101 10100 100011 110000 111110

Color Harmonies of #CDA771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA771

Black with #CDA771

Text Example


Text Example

White with #CDA771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA771; }

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

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

background-color css

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

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

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

border-color css

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

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

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