Html Css Color HEX #CDA773 Putty

📋 copy color: '#CDA773'

red 205 ◦ green 167 ◦ blue 115

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

Shades of Putty #CDA773

Tints of Putty #CDA773

RGB

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

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

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

R = 42.09%
G = 34.29%
B = 23.61%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.44

 K value IS 0.20

RGB Variations

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

Color information

#CDA773 (or 0xCDA773) is known color: Putty. HEX triplet: CD, A7 and 73. RGB value is (205,167,115). Sum of RGB (Red+Green+Blue) = 205+167+115=487 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.09% from 487); Green value is 167 (65.62% from 255 or 34.29% from 487); Blue value is 115 (45.31% from 255 or 23.61% from 487); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA773 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA773 is #32588C. Grayscale: #ACACAC. Windows color (decimal): -3299469 or 7579597. OLE color: 7579597.

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

Color convert

RGB 205 167 115 -
CMYK 0 0.19 0.44 0.20
HSL 34.67º 0.47% 0.63% -
HSV(B) 34.67º 0.44% 0.8% -
XYZ 42.09 41.85 22.08 -
YUV 172.43 95.59 151.23 -
System Red Green Blue C M Y K H S L
Decimal 205 167 115 0 0.19 0.44 0.20 34.67 0.47 0.63
Hex CD A7 73 0 13 2C 14 23 2F 3F
Octal 315 247 163 0 23 54 24 43 57 77
Binary 11001101 10100111 1110011 0 10011 101100 10100 100011 101111 111111

Color Harmonies of #CDA773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA773

Black with #CDA773

Text Example


Text Example

White with #CDA773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA773; }

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

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

background-color css

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

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

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

border-color css

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

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

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