Html Css Color HEX #CDA570 Putty

📋 copy color: '#CDA570'

red 205 ◦ green 165 ◦ blue 112

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

Shades of Putty #CDA570

Tints of Putty #CDA570

RGB

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

 GREEN value IS 165 (64.84% from 255) = 34.23%

 BLUE value IS 112 (44.14% from 255) = 23.24%

R = 42.53%
G = 34.23%
B = 23.24%

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

#CDA570 (or 0xCDA570) is known color: Putty. HEX triplet: CD, A5 and 70. RGB value is (205,165,112). Sum of RGB (Red+Green+Blue) = 205+165+112=482 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.53% from 482); Green value is 165 (64.84% from 255 or 34.23% from 482); Blue value is 112 (44.14% from 255 or 23.24% from 482); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA570 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA570 is #325A8F. Grayscale: #ABABAB. Windows color (decimal): -3299984 or 7382477. OLE color: 7382477.

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

Color convert

RGB 205 165 112 -
CMYK 0 0.20 0.45 0.20
HSL 34.19º 0.48% 0.62% -
HSV(B) 34.19º 0.45% 0.8% -
XYZ 41.56 41.06 21.06 -
YUV 170.92 94.75 152.31 -
System Red Green Blue C M Y K H S L
Decimal 205 165 112 0 0.20 0.45 0.20 34.19 0.48 0.62
Hex CD A5 70 0 14 2D 14 22 30 3E
Octal 315 245 160 0 24 55 24 42 60 76
Binary 11001101 10100101 1110000 0 10100 101101 10100 100010 110000 111110

Color Harmonies of #CDA570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA570

Black with #CDA570

Text Example


Text Example

White with #CDA570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA570; }

 p { color: rgb(205,165,112); }

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

background-color css

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

 a { background-color: rgb(205,165,112); }

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

border-color css

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

 span { border-color: rgb(205,165,112); }

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