Html Css Color HEX #CDA371 Putty

📋 copy color: '#CDA371'

red 205 ◦ green 163 ◦ blue 113

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

Shades of Putty #CDA371

Tints of Putty #CDA371

RGB

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

 GREEN value IS 163 (64.06% from 255) = 33.89%

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

R = 42.62%
G = 33.89%
B = 23.49%

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

#CDA371 (or 0xCDA371) is known color: Putty. HEX triplet: CD, A3 and 71. RGB value is (205,163,113). Sum of RGB (Red+Green+Blue) = 205+163+113=481 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.62% from 481); Green value is 163 (64.06% from 255 or 33.89% from 481); Blue value is 113 (44.53% from 255 or 23.49% from 481); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA371 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA371 is #325C8E. Grayscale: #AAAAAA. Windows color (decimal): -3300495 or 7447501. OLE color: 7447501.

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

Color convert

RGB 205 163 113 -
CMYK 0 0.20 0.45 0.20
HSL 32.61º 0.48% 0.62% -
HSV(B) 32.61º 0.45% 0.8% -
XYZ 41.25 40.37 21.24 -
YUV 169.86 95.91 153.07 -
System Red Green Blue C M Y K H S L
Decimal 205 163 113 0 0.20 0.45 0.20 32.61 0.48 0.62
Hex CD A3 71 0 14 2D 14 21 30 3E
Octal 315 243 161 0 24 55 24 41 60 76
Binary 11001101 10100011 1110001 0 10100 101101 10100 100001 110000 111110

Color Harmonies of #CDA371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA371

Black with #CDA371

Text Example


Text Example

White with #CDA371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA371; }

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

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

background-color css

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

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

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

border-color css

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

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

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