Html Css Color HEX #CDA669 Putty

📋 copy color: '#CDA669'

red 205 ◦ green 166 ◦ blue 105

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

Shades of Putty #CDA669

Tints of Putty #CDA669

RGB

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

 GREEN value IS 166 (65.23% from 255) = 34.87%

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

R = 43.07%
G = 34.87%
B = 22.06%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.49

 K value IS 0.20

RGB Variations

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

Color information

#CDA669 (or 0xCDA669) is known color: Putty. HEX triplet: CD, A6 and 69. RGB value is (205,166,105). Sum of RGB (Red+Green+Blue) = 205+166+105=476 (63% of max value = 765). Red value is 205 (80.47% from 255 or 43.07% from 476); Green value is 166 (65.23% from 255 or 34.87% from 476); Blue value is 105 (41.41% from 255 or 22.06% from 476); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA669 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA669 is #325996. Grayscale: #AAAAAA. Windows color (decimal): -3299735 or 6923981. OLE color: 6923981.

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

Color convert

RGB 205 166 105 -
CMYK 0 0.19 0.49 0.20
HSL 36.6º 0.5% 0.61% -
HSV(B) 36.6º 0.49% 0.8% -
XYZ 41.36 41.27 19.15 -
YUV 170.71 90.92 152.46 -
System Red Green Blue C M Y K H S L
Decimal 205 166 105 0 0.19 0.49 0.20 36.6 0.5 0.61
Hex CD A6 69 0 13 31 14 25 32 3D
Octal 315 246 151 0 23 61 24 45 62 75
Binary 11001101 10100110 1101001 0 10011 110001 10100 100101 110010 111101

Color Harmonies of #CDA669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA669

Black with #CDA669

Text Example


Text Example

White with #CDA669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA669; }

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

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

background-color css

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

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

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

border-color css

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

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

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