Html Css Color HEX #CDA873 Putty

📋 copy color: '#CDA873'

red 205 ◦ green 168 ◦ blue 115

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

Shades of Putty #CDA873

Tints of Putty #CDA873

RGB

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

 GREEN value IS 168 (66.02% from 255) = 34.43%

 BLUE value IS 115 (45.31% from 255) = 23.57%

R = 42.01%
G = 34.43%
B = 23.57%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.44

 K value IS 0.20

RGB Variations

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

Color information

#CDA873 (or 0xCDA873) is known color: Putty. HEX triplet: CD, A8 and 73. RGB value is (205,168,115). Sum of RGB (Red+Green+Blue) = 205+168+115=488 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.01% from 488); Green value is 168 (66.02% from 255 or 34.43% from 488); Blue value is 115 (45.31% from 255 or 23.57% from 488); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA873 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA873 is #32578C. Grayscale: #ADADAD. Windows color (decimal): -3299213 or 7579853. OLE color: 7579853.

HSL color Cylindrical-coordinate representation of color #CDA873: hue angle of 35.33º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CDA873 is Cyan = 0, Magento = 0.18, Yellow = 0.44 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 168 115 -
CMYK 0 0.18 0.44 0.20
HSL 35.33º 0.47% 0.63% -
HSV(B) 35.33º 0.44% 0.8% -
XYZ 42.27 42.22 22.14 -
YUV 173.02 95.26 150.81 -
System Red Green Blue C M Y K H S L
Decimal 205 168 115 0 0.18 0.44 0.20 35.33 0.47 0.63
Hex CD A8 73 0 12 2C 14 23 2F 3F
Octal 315 250 163 0 22 54 24 43 57 77
Binary 11001101 10101000 1110011 0 10010 101100 10100 100011 101111 111111

Color Harmonies of #CDA873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA873

Black with #CDA873

Text Example


Text Example

White with #CDA873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA873; }

 p { color: rgb(205,168,115); }

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

background-color css

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

 a { background-color: rgb(205,168,115); }

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

border-color css

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

 span { border-color: rgb(205,168,115); }

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