Html Css Color HEX #CDA574 Putty

📋 copy color: '#CDA574'

red 205 ◦ green 165 ◦ blue 116

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

Shades of Putty #CDA574

Tints of Putty #CDA574

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 23.87%

R = 42.18%
G = 33.95%
B = 23.87%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.43

 K value IS 0.20

RGB Variations

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

Color information

#CDA574 (or 0xCDA574) is known color: Putty. HEX triplet: CD, A5 and 74. RGB value is (205,165,116). Sum of RGB (Red+Green+Blue) = 205+165+116=486 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.18% from 486); Green value is 165 (64.84% from 255 or 33.95% from 486); Blue value is 116 (45.70% from 255 or 23.87% from 486); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA574 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA574 is #325A8B. Grayscale: #ABABAB. Windows color (decimal): -3299980 or 7644621. OLE color: 7644621.

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

Color convert

RGB 205 165 116 -
CMYK 0 0.20 0.43 0.20
HSL 33.03º 0.47% 0.63% -
HSV(B) 33.03º 0.43% 0.8% -
XYZ 41.78 41.15 22.26 -
YUV 171.37 96.75 151.98 -
System Red Green Blue C M Y K H S L
Decimal 205 165 116 0 0.20 0.43 0.20 33.03 0.47 0.63
Hex CD A5 74 0 14 2B 14 21 2F 3F
Octal 315 245 164 0 24 53 24 41 57 77
Binary 11001101 10100101 1110100 0 10100 101011 10100 100001 101111 111111

Color Harmonies of #CDA574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA574

Black with #CDA574

Text Example


Text Example

White with #CDA574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA574; }

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

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

background-color css

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

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

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

border-color css

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

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

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