Html Css Color HEX #CDA569 Putty

📋 copy color: '#CDA569'

red 205 ◦ green 165 ◦ blue 105

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

Shades of Putty #CDA569

Tints of Putty #CDA569

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 22.11%

R = 43.16%
G = 34.74%
B = 22.11%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.49

 K value IS 0.20

RGB Variations

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

Color information

#CDA569 (or 0xCDA569) is known color: Putty. HEX triplet: CD, A5 and 69. RGB value is (205,165,105). Sum of RGB (Red+Green+Blue) = 205+165+105=475 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.16% from 475); Green value is 165 (64.84% from 255 or 34.74% from 475); Blue value is 105 (41.41% from 255 or 22.11% from 475); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA569 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA569 is #325A96. Grayscale: #AAAAAA. Windows color (decimal): -3299991 or 6923725. OLE color: 6923725.

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

Color convert

RGB 205 165 105 -
CMYK 0 0.20 0.49 0.20
HSL 36º 0.5% 0.61% -
HSV(B) 36º 0.49% 0.8% -
XYZ 41.18 40.91 19.09 -
YUV 170.12 91.25 152.88 -
System Red Green Blue C M Y K H S L
Decimal 205 165 105 0 0.20 0.49 0.20 36 0.5 0.61
Hex CD A5 69 0 14 31 14 24 32 3D
Octal 315 245 151 0 24 61 24 44 62 75
Binary 11001101 10100101 1101001 0 10100 110001 10100 100100 110010 111101

Color Harmonies of #CDA569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA569

Black with #CDA569

Text Example


Text Example

White with #CDA569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA569; }

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

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

background-color css

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

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

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

border-color css

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

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

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