Html Css Color HEX #CDA879 Putty

📋 copy color: '#CDA879'

red 205 ◦ green 168 ◦ blue 121

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

Shades of Putty #CDA879

Tints of Putty #CDA879

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 24.49%

R = 41.5%
G = 34.01%
B = 24.49%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.41

 K value IS 0.20

RGB Variations

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

Color information

#CDA879 (or 0xCDA879) is known color: Putty. HEX triplet: CD, A8 and 79. RGB value is (205,168,121). Sum of RGB (Red+Green+Blue) = 205+168+121=494 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.50% from 494); Green value is 168 (66.02% from 255 or 34.01% from 494); Blue value is 121 (47.66% from 255 or 24.49% from 494); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA879 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA879 is #325786. Grayscale: #ADADAD. Windows color (decimal): -3299207 or 7973069. OLE color: 7973069.

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

Color convert

RGB 205 168 121 -
CMYK 0 0.18 0.41 0.20
HSL 33.57º 0.46% 0.64% -
HSV(B) 33.57º 0.41% 0.8% -
XYZ 42.63 42.36 24.02 -
YUV 173.71 98.26 150.32 -
System Red Green Blue C M Y K H S L
Decimal 205 168 121 0 0.18 0.41 0.20 33.57 0.46 0.64
Hex CD A8 79 0 12 29 14 22 2E 40
Octal 315 250 171 0 22 51 24 42 56 100
Binary 11001101 10101000 1111001 0 10010 101001 10100 100010 101110 1000000

Color Harmonies of #CDA879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA879

Black with #CDA879

Text Example


Text Example

White with #CDA879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA879; }

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

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

background-color css

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

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

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

border-color css

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

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

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