Html Css Color HEX #CDA471 Putty

📋 copy color: '#CDA471'

red 205 ◦ green 164 ◦ blue 113

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

Shades of Putty #CDA471

Tints of Putty #CDA471

RGB

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

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

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

R = 42.53%
G = 34.02%
B = 23.44%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.45

 K value IS 0.20

RGB Variations

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

Color information

#CDA471 (or 0xCDA471) is known color: Putty. HEX triplet: CD, A4 and 71. RGB value is (205,164,113). Sum of RGB (Red+Green+Blue) = 205+164+113=482 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.53% from 482); Green value is 164 (64.45% from 255 or 34.02% from 482); Blue value is 113 (44.53% from 255 or 23.44% from 482); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA471 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA471 is #325B8E. Grayscale: #AAAAAA. Windows color (decimal): -3300239 or 7447757. OLE color: 7447757.

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

Color convert

RGB 205 164 113 -
CMYK 0 0.2 0.45 0.20
HSL 33.26º 0.48% 0.62% -
HSV(B) 33.26º 0.45% 0.8% -
XYZ 41.43 40.72 21.3 -
YUV 170.45 95.58 152.65 -
System Red Green Blue C M Y K H S L
Decimal 205 164 113 0 0.2 0.45 0.20 33.26 0.48 0.62
Hex CD A4 71 0 14 2D 14 21 30 3E
Octal 315 244 161 0 24 55 24 41 60 76
Binary 11001101 10100100 1110001 0 10100 101101 10100 100001 110000 111110

Color Harmonies of #CDA471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA471

Black with #CDA471

Text Example


Text Example

White with #CDA471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA471; }

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

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

background-color css

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

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

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

border-color css

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

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

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