Html Css Color HEX #CDA777 Putty

📋 copy color: '#CDA777'

red 205 ◦ green 167 ◦ blue 119

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

Shades of Putty #CDA777

Tints of Putty #CDA777

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 24.24%

R = 41.75%
G = 34.01%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.42

 K value IS 0.20

RGB Variations

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

Color information

#CDA777 (or 0xCDA777) is known color: Putty. HEX triplet: CD, A7 and 77. RGB value is (205,167,119). Sum of RGB (Red+Green+Blue) = 205+167+119=491 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.75% from 491); Green value is 167 (65.62% from 255 or 34.01% from 491); Blue value is 119 (46.88% from 255 or 24.24% from 491); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA777 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA777 is #325888. Grayscale: #ADADAD. Windows color (decimal): -3299465 or 7841741. OLE color: 7841741.

HSL color Cylindrical-coordinate representation of color #CDA777: hue angle of 33.49º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CDA777 is Cyan = 0, Magento = 0.19, Yellow = 0.42 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 167 119 -
CMYK 0 0.19 0.42 0.20
HSL 33.49º 0.46% 0.64% -
HSV(B) 33.49º 0.42% 0.8% -
XYZ 42.33 41.95 23.32 -
YUV 172.89 97.59 150.9 -
System Red Green Blue C M Y K H S L
Decimal 205 167 119 0 0.19 0.42 0.20 33.49 0.46 0.64
Hex CD A7 77 0 13 2A 14 21 2E 40
Octal 315 247 167 0 23 52 24 41 56 100
Binary 11001101 10100111 1110111 0 10011 101010 10100 100001 101110 1000000

Color Harmonies of #CDA777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA777

Black with #CDA777

Text Example


Text Example

White with #CDA777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA777; }

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

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

background-color css

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

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

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

border-color css

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

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

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